Home
last modified time | relevance | path

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

/third_party/skia/tests/
DTracingTest.cpp119 TRACE_COUNTER1("skia", "sin", SkScalarSin(rad) * 1000.0f + 1000.0f); in test_trace_counters()
130 TRACE_COUNTER1("skia", "sin", SkScalarSin(rad) * 1000.0f + 1000.0f); in test_trace_counters()
131 TRACE_COUNTER1("skia", "cos", SkScalarCos(rad) * 1000.0f + 1000.0f); in test_trace_counters()
/third_party/flutter/skia/tests/
DTracingTest.cpp119 TRACE_COUNTER1("skia", "sin", SkScalarSin(rad) * 1000.0f + 1000.0f); in test_trace_counters()
130 TRACE_COUNTER1("skia", "sin", SkScalarSin(rad) * 1000.0f + 1000.0f); in test_trace_counters()
131 TRACE_COUNTER1("skia", "cos", SkScalarCos(rad) * 1000.0f + 1000.0f); in test_trace_counters()
/third_party/skia/src/core/
DSkTraceEventCommon.h73 #define TRACE_COUNTER1(cg, n, value) TRACE_EMPTY macro
167 #define TRACE_COUNTER1(category_group, name, value) \ macro
230 #define TRACE_COUNTER1(category_group, name, value) \ macro
/third_party/node/src/
Dnode_perf.cc434 TRACE_COUNTER1(TRACING_CATEGORY_NODE2(perf, event_loop), in OnInterval()
436 TRACE_COUNTER1(TRACING_CATEGORY_NODE2(perf, event_loop), in OnInterval()
438 TRACE_COUNTER1(TRACING_CATEGORY_NODE2(perf, event_loop), in OnInterval()
440 TRACE_COUNTER1(TRACING_CATEGORY_NODE2(perf, event_loop), in OnInterval()
442 TRACE_COUNTER1(TRACING_CATEGORY_NODE2(perf, event_loop), in OnInterval()
/third_party/flutter/skia/src/core/
DSkTraceEventCommon.h130 #define TRACE_COUNTER1(category_group, name, value) \ macro
189 #define TRACE_COUNTER1(category_group, name, value) \ macro
/third_party/cef/tests/ceftests/
Dtracing_unittest.cc204 TRACE_COUNTER1(kTraceTestCategory, "TT_TRACE_COUNTER1", 5); in TestTracing()
/third_party/cef/libcef/common/
Dbase_impl.cc158 TRACE_COUNTER1(kCategory, name, value1_val); in cef_trace_counter()
/third_party/cef/include/base/
Dcef_trace_event.h251 #define TRACE_COUNTER1(category, name, value) \ macro
/third_party/skia/third_party/externals/angle2/src/third_party/trace_event/
Dtrace_event.h241 #define TRACE_COUNTER1(platform, category, name, value) \ macro
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/trace_event/
Dtrace_event.h241 #define TRACE_COUNTER1(platform, category, name, value) \ macro
/third_party/node/src/tracing/
Dtrace_event_common.h423 #define TRACE_COUNTER1(category_group, name, value) \ macro
/third_party/skia/third_party/externals/dawn/src/dawn_platform/tracing/
DTraceEvent.h248 #define TRACE_COUNTER1(platform, category, name, value) \ macro
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch3736 +#define TRACE_COUNTER1(category_group, name, value) \
3747 #define TRACE_COUNTER1(category_group, name, value) \
3765 + TRACE_COUNTER1(category_group, name, value);
75326 // TRACE_COUNTER1("MY_SUBSYSTEM", "myCounter", g_myCounterValue);
75335 // TRACE_COUNTER1("MY_SUBSYSTEM", "myCounter0", g_myCounterValue[0]);
75336 // TRACE_COUNTER1("MY_SUBSYSTEM", "myCounter1", g_myCounterValue[1]);
75514 -#define TRACE_COUNTER1(category_group, name, value) \
75518 +#define TRACE_COUNTER1(category_group, name, value) \
75599 +#define TRACE_COUNTER1(category_group, name, value) \