Revert "Use the Perfetto SDK instead of ATRACE" (#8701)

This reverts commit ca3ff7e08e.
This commit is contained in:
Powei Feng
2025-05-06 10:41:21 -07:00
committed by GitHub
parent 67b9c72442
commit af09c517b6
11 changed files with 458 additions and 143 deletions

View File

@@ -15,8 +15,10 @@
*/
// Note: The overhead of SYSTRACE_TAG_JOBSYSTEM is not negligible especially with parallel_for().
#define SYSTRACE_TAG SYSTRACE_TAG_DISABLED
#ifndef SYSTRACE_TAG
//#define SYSTRACE_TAG SYSTRACE_TAG_JOBSYSTEM
#define SYSTRACE_TAG SYSTRACE_TAG_NEVER
#endif
// when SYSTRACE_TAG_JOBSYSTEM is used, enables even heavier systraces
#define HEAVY_SYSTRACE 0