Home
last modified time | relevance | path

Searched refs:__perf_write (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/sync/
H A Dperf_counter.cpp30 static int __perf_write = 0; variable
183 FILE* fd = fopen(output_file, __perf_write == 0 ? (__perf_write = 1, "wt") : "a"); in perf_counter_output()