Home
last modified time | relevance | path

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

/external/gemmlowp/profiling/
Dinstrumentation.h208 class ScopedProfilingLabel {
212 explicit ScopedProfilingLabel(const char* label) in ScopedProfilingLabel() function
217 ~ScopedProfilingLabel() { profiling_stack_->Pop(); } in ~ScopedProfilingLabel()
233 struct ScopedProfilingLabel { struct
234 explicit ScopedProfilingLabel(const char*) {} in ScopedProfilingLabel() argument
/external/gemmlowp/test/
Dtest.h107 ScopedProfilingLabel("MakeRandom(matrix)"); in MakeRandom()
120 ScopedProfilingLabel("MakeConstant(matrix)"); in MakeConstant()
130 ScopedProfilingLabel("MakeZero(matrix)"); in MakeZero()
Dtest.cc43 ScopedProfilingLabel("ReferenceEightBitIntGemm"); in ReferenceEightBitIntGemm()
137 ScopedProfilingLabel("SingleThreadGemmWrapper::Gemm"); in Gemm()
177 ScopedProfilingLabel("MultiThreadGemmWrapper::Gemm"); in Gemm()
214 ScopedProfilingLabel("PublicGemmWrapper::Gemm"); in Gemm()
248 ScopedProfilingLabel("EightBitIntGemmWrapper::Gemm"); in Gemm()
274 ScopedProfilingLabel("ReferenceEightBitIntGemmWrapper::Gemm"); in Gemm()
309 ScopedProfilingLabel("GetResultStats"); in GetResultStats()
/external/gemmlowp/internal/
Dkernel_sse.h44 ScopedProfilingLabel label("optimized kernel"); in Run()
218 ScopedProfilingLabel label("optimized kernel"); in Run()
Dkernel_neon.h46 ScopedProfilingLabel label("optimized kernel (NEON 12x4)"); in Run()
308 ScopedProfilingLabel label( in Run()
1278 ScopedProfilingLabel label("optimized kernel (NEON 12x8)"); in Run()
Dmulti_thread_gemm.h188 ScopedProfilingLabel label("BlockingCounter::Wait"); in Wait()
241 ScopedProfilingLabel label("Worker::ChangeState"); in ChangeState()
269 ScopedProfilingLabel label("Worker::ThreadFunc"); in ThreadFunc()
448 ScopedProfilingLabel label("GemmWithPackedRhsTask"); in Run()
622 ScopedProfilingLabel label("gemmlowp::MultiThreadGemm"); in MultiThreadGemm()
Dsingle_thread_gemm.h73 ScopedProfilingLabel label("gemmlowp::SingleThreadGemm"); in SingleThreadGemm()
113 ScopedProfilingLabel size_label(labels_map[sizes_hash].c_str()); in SingleThreadGemm()
Dcompute.h95 ScopedProfilingLabel label("compute"); in Compute()
Dpack.h400 ScopedProfilingLabel label("pack LHS"); in PackLhs()
415 ScopedProfilingLabel label("pack RHS"); in PackRhs()
Dunpack.h136 ScopedProfilingLabel label(ResultBlockType::kOrder == MapOrder::ColMajor in UnpackResult()