Home
last modified time | relevance | path

Searched defs:Profiling (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h124 struct Profiling { struct
125 Profiling(llvm::StringMap<llvm::TimeRecord> &Records) in Profiling() argument
129 llvm::StringMap<llvm::TimeRecord> &Records;
/external/mesa3d/src/gallium/docs/source/drivers/openswr/
Dprofiling.rst1 Profiling title
/external/tensorflow/tensorflow/lite/tools/benchmark/ios/
DREADME.md46 ## Profiling section in TFLite iOS benchmark app.
/external/grpc-grpc-java/benchmarks/
DREADME.md36 ## Profiling section in grpc Benchmarks
/external/tensorflow/tensorflow/contrib/tpu/
Dtpu_estimator.md230 ### Profiling subsection
/external/clang/lib/Driver/
DToolChains.cpp3503 bool Profiling = Args.hasArg(options::OPT_pg); in AddCXXStdlibLibArgs() local