Searched refs:json_attr_string (Results 1 – 19 of 19) sorted by relevance
/benchtests/ |
A D | bench-memmove-walk.c | 89 json_attr_string(json_ctx, "overlap", in do_test() 119 json_attr_string (&json_ctx, "timing_type", TIMING_TYPE); in test_main() 123 json_attr_string (&json_ctx, "bench-variant", "walk"); in test_main()
|
A D | bench-memset-large.c | 88 json_attr_string (&json_ctx, "timing_type", TIMING_TYPE); in test_main() 92 json_attr_string (&json_ctx, "bench-variant", "large"); in test_main()
|
A D | bench-memcpy-walk.c | 105 json_attr_string (&json_ctx, "timing_type", TIMING_TYPE); in test_main() 109 json_attr_string (&json_ctx, "bench-variant", "walk"); in test_main()
|
A D | bench-memset-walk.c | 82 json_attr_string (&json_ctx, "timing_type", TIMING_TYPE); in test_main() 86 json_attr_string (&json_ctx, "bench-variant", "walk"); in test_main()
|
A D | bench-memmove-large.c | 95 json_attr_string (&json_ctx, "timing_type", TIMING_TYPE); in test_main() 99 json_attr_string (&json_ctx, "bench-variant", "large"); in test_main()
|
A D | bench-rawmemchr.c | 115 json_attr_string (&json_ctx, "timing_type", TIMING_TYPE); in test_main() 119 json_attr_string (&json_ctx, "bench-variant", ""); in test_main()
|
A D | bench-memcpy-large.c | 106 json_attr_string (&json_ctx, "timing_type", TIMING_TYPE); in test_main() 110 json_attr_string (&json_ctx, "bench-variant", "large"); in test_main()
|
A D | bench-strlen.c | 116 json_attr_string (&json_ctx, "timing_type", TIMING_TYPE); in test_main() 120 json_attr_string (&json_ctx, "bench-variant", ""); in test_main()
|
A D | bench-memset.c | 96 json_attr_string (&json_ctx, "timing_type", TIMING_TYPE); in test_main() 100 json_attr_string (&json_ctx, "bench-variant", "default"); in test_main()
|
A D | bench-memmove.c | 98 json_attr_string (&json_ctx, "timing_type", TIMING_TYPE); in test_main() 102 json_attr_string (&json_ctx, "bench-variant", "default"); in test_main()
|
A D | bench-memcpy-random.c | 186 json_attr_string (&json_ctx, "timing_type", TIMING_TYPE); in test_main() 190 json_attr_string (&json_ctx, "bench-variant", "random"); in test_main()
|
A D | bench-memcmp.c | 138 json_attr_string (&json_ctx, "timing_type", TIMING_TYPE); in test_main() 142 json_attr_string (&json_ctx, "bench-variant", "default"); in test_main()
|
A D | bench-memcpy.c | 111 json_attr_string (&json_ctx, "timing_type", TIMING_TYPE); in test_main() 115 json_attr_string (&json_ctx, "bench-variant", "default"); in test_main()
|
A D | bench-strcmp.c | 212 json_attr_string (&json_ctx, "timing_type", TIMING_TYPE); in test_main() 216 json_attr_string (&json_ctx, "bench-variant", "default"); in test_main()
|
A D | json-lib.h | 40 void json_attr_string (json_ctx_t *ctx, const char *name, const char *s);
|
A D | bench-strncmp.c | 329 json_attr_string (&json_ctx, "timing_type", TIMING_TYPE); in test_main() 333 json_attr_string (&json_ctx, "bench-variant", "default"); in test_main()
|
A D | bench-malloc-simple.c | 123 json_attr_string (&json_ctx, "timing_type", TIMING_TYPE); in bench()
|
A D | json-lib.c | 91 json_attr_string (json_ctx_t *ctx, const char *name, const char *s) in json_attr_string() function
|
A D | bench-malloc-thread.c | 255 json_attr_string (&json_ctx, "timing_type", TIMING_TYPE); in main()
|
Completed in 40 milliseconds