Searched refs:traceCount (Results 1 - 9 of 9) sorted by relevance
/third_party/musl/libc-test/src/functionalext/trace/ |
H A D | trace_stresstest.c | 45 int traceCount = 0; in trace_marker_stresstest_0010() local 49 while (traceCount <= 5000) { in trace_marker_stresstest_0010() 50 snprintf(buf, BUFFER_LEN, "%d", traceCount); in trace_marker_stresstest_0010() 55 printf("trace_marker_async_begin has been running times is:%d\n", traceCount); in trace_marker_stresstest_0010() 56 traceCount++; in trace_marker_stresstest_0010() 61 int traceCount = 0; in trace_marker_stresstest_0010() local 69 while (traceCount <= 5000) { in trace_marker_stresstest_0010() 70 snprintf(buf, BUFFER_LEN, "%d", traceCount); in trace_marker_stresstest_0010() 75 printf("trace_marker_begin has been running times is:%d\n", traceCount); in trace_marker_stresstest_0010() 76 traceCount in trace_marker_stresstest_0010() 81 int traceCount = 0; trace_marker_stresstest_0010() local [all...] |
H A D | trace_marker.c | 208 int traceCount = 5; in trace_marker_0030() local 209 trace_marker_count(HITRACE_TAG_MUSL, "traceCount", traceCount); in trace_marker_0030() 224 int buf_begin_fd = snprintf(buf_count, BUFFER_LEN, "C|%d|%s %d", getpid(), "traceCount", traceCount); in trace_marker_0030() 447 int traceCount = 5; in trace_marker_0060() local 461 trace_marker_count(HITRACE_TAG_MUSL, "traceCount_forkfir", traceCount); in trace_marker_0060() 471 int buf_count_fd = snprintf(buf_count, BUFFER_LEN, "C|%d|%s %d", getpid(), "traceCount_forkfir", traceCount); in trace_marker_0060() 492 trace_marker_count(HITRACE_TAG_MUSL, "traceCount_forksec", traceCount); in trace_marker_0060() 502 int buf_count_fd = snprintf(buf_count, BUFFER_LEN, "C|%d|%s %d", getpid(), "traceCount_forksec", traceCount); in trace_marker_0060() 753 int traceCount = 5; ThreadTraceMarkerCountFir() local 792 int traceCount = 5; ThreadTraceMarkerCountSec() local 1175 int traceCount = 5; trace_marker_0180() local 1225 int traceCount = 5; trace_marker_0190() local [all...] |
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 3863 var traceCount = 0; variable 3889 var countPart = mode === "build" ? ".".concat(process.pid, "-").concat(++traceCount) [all...] |
H A D | tsc.js | 3274 var traceCount = 0; variable 3298 var countPart = mode === "build" ? ".".concat(process.pid, "-").concat(++traceCount) [all...] |
H A D | tsserverlibrary.js | 3882 var traceCount = 0; variable 3908 var countPart = mode === "build" ? ".".concat(process.pid, "-").concat(++traceCount) [all...] |
H A D | typescript.js | 3873 var traceCount = 0; variable 3899 var countPart = mode === "build" ? ".".concat(process.pid, "-").concat(++traceCount) [all...] |
H A D | typescriptServices.js | 3873 var traceCount = 0; variable 3899 var countPart = mode === "build" ? ".".concat(process.pid, "-").concat(++traceCount) [all...] |
H A D | tsserver.js | 3883 var traceCount = 0; variable 3909 var countPart = mode === "build" ? ".".concat(process.pid, "-").concat(++traceCount) [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 3897 var traceCount = 0; variable 3924 var countPart = mode === "build" ? ".".concat(process.pid, "-").concat(++traceCount) [all...] |
Completed in 269 milliseconds