Searched refs:traceCount (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/libc-test/src/functionalext/trace/ |
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() [all …]
|
D | trace_marker.c | 204 int traceCount = 5; in trace_marker_0030() local 205 trace_marker_count(HITRACE_TAG_MUSL, "traceCount", traceCount); in trace_marker_0030() 220 …t buf_begin_fd = snprintf(buf_count, BUFFER_LEN, "C|%d|%s %d", getpid(), "traceCount", traceCount); in trace_marker_0030() 443 int traceCount = 5; in trace_marker_0060() local 457 trace_marker_count(HITRACE_TAG_MUSL, "traceCount_forkfir", traceCount); in trace_marker_0060() 467 …unt_fd = snprintf(buf_count, BUFFER_LEN, "C|%d|%s %d", getpid(), "traceCount_forkfir", traceCount); in trace_marker_0060() 488 trace_marker_count(HITRACE_TAG_MUSL, "traceCount_forksec", traceCount); in trace_marker_0060() 498 …unt_fd = snprintf(buf_count, BUFFER_LEN, "C|%d|%s %d", getpid(), "traceCount_forksec", traceCount); in trace_marker_0060() 749 int traceCount = 5; in ThreadTraceMarkerCountFir() local 750 trace_marker_count(HITRACE_TAG_MUSL, "traceCount_Threadfir", traceCount); in ThreadTraceMarkerCountFir() [all …]
|
/third_party/typescript/src/compiler/ |
D | tracing.ts | 21 let traceCount = 0; variable 59 mode === Mode.Build ? `.${process.pid}-${++traceCount}`
|
/third_party/typescript/lib/ |
D | tsc.js | 2910 var traceCount = 0; 2933 var countPart = mode === 1 ? "." + process.pid + "-" + ++traceCount
|
D | typingsInstaller.js | 3473 var traceCount = 0; 3498 var countPart = mode === 1 /* Build */ ? "." + process.pid + "-" + ++traceCount
|
D | typescriptServices.js | 3678 var traceCount = 0; 3703 var countPart = mode === 1 /* Build */ ? "." + process.pid + "-" + ++traceCount
|
D | tsserverlibrary.js | 3678 var traceCount = 0; 3703 var countPart = mode === 1 /* Build */ ? "." + process.pid + "-" + ++traceCount
|
D | tsserver.js | 3484 var traceCount = 0; 3509 var countPart = mode === 1 /* Build */ ? "." + process.pid + "-" + ++traceCount
|
D | typescript.js | 3678 var traceCount = 0; 3703 var countPart = mode === 1 /* Build */ ? "." + process.pid + "-" + ++traceCount
|