Home | History | Annotate | Download | only in profiling

Lines Matching refs:Profiling

31 // from profiling. More complex and feature-rich alternatives are
40 // 0. Enable profiling by defining GEMMLOWP_PROFILING. When profiling is
41 // not enabled, profiling instrumentation from instrumentation.h
44 // when profiling is not enabled, it is an error to #include the
47 // 1. Each thread can opt in to profiling by calling
49 // This can be done at any time, before or during profiling.
60 // enabling profiling (when not defining GEMMLOWP_PROFILING).
62 // 3. Use the profiler.h interface to control profiling. There are two
71 #include "profiling/instrumentation.h"
92 #include "profiling/profiler.h"
135 // At each sample, each thread registered for profiling gets sampled once.
147 #error Profiling is not enabled!
277 // This is how we track whether we've already started profiling,
342 // Profiling is finished and we now report the results.
351 ReleaseBuildAssertion(!IsProfiling(), "We're already profiling!");
361 ReleaseBuildAssertion(IsProfiling(), "We weren't profiling!");