OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedProfilingLabel
(Results
1 - 9
of
9
) sorted by null
/external/gemmlowp/profiling/
instrumentation.h
17
//
ScopedProfilingLabel
, RegisterCurrentThreadForProfiling.
116
// in the instrumented code (see
ScopedProfilingLabel
).
202
//
ScopedProfilingLabel
is how one instruments code for profiling
203
// with this profiler. Construct local
ScopedProfilingLabel
variables,
208
class
ScopedProfilingLabel
{
212
explicit
ScopedProfilingLabel
(const char* label)
217
~
ScopedProfilingLabel
() { profiling_stack_->Pop(); }
231
// This empty definition of
ScopedProfilingLabel
ensures that
233
struct
ScopedProfilingLabel
{
234
explicit
ScopedProfilingLabel
(const char*) {
[
all
...]
/external/gemmlowp/internal/
kernel_SSE.h
44
ScopedProfilingLabel
label("optimized kernel");
217
ScopedProfilingLabel
label("optimized kernel");
kernel_neon.h
46
ScopedProfilingLabel
label("optimized kernel (NEON 12x4)");
282
ScopedProfilingLabel
label(
659
ScopedProfilingLabel
label("optimized kernel (NEON 12x8)");
[
all
...]
multi_thread_gemm.h
188
ScopedProfilingLabel
label("BlockingCounter::Wait");
241
ScopedProfilingLabel
label("Worker::ChangeState");
269
ScopedProfilingLabel
label("Worker::ThreadFunc");
417
ScopedProfilingLabel
label("GemmWithPackedRhsTask");
570
ScopedProfilingLabel
label("gemmlowp::MultiThreadGemm");
compute.h
93
ScopedProfilingLabel
label("compute");
single_thread_gemm.h
57
ScopedProfilingLabel
label("gemmlowp::SingleThreadGemm");
unpack.h
151
ScopedProfilingLabel
label("unpack");
unpack_neon.h
81
ScopedProfilingLabel
label("optimized path (NEON)");
pack.h
510
ScopedProfilingLabel
label("pack LHS");
541
ScopedProfilingLabel
label("pack RHS");
Completed in 1426 milliseconds