Home
last modified time | relevance | path

Searched refs:Profiling (Results 1 – 25 of 113) sorted by relevance

12345

/external/perfetto/src/trace_processor/importers/proto/
Dprofile_packet_utils.h68 protos::pbzero::Profiling::CpuMode cpu_mode) { in StringifyCpuMode()
69 using protos::pbzero::Profiling; in StringifyCpuMode()
71 case Profiling::MODE_UNKNOWN: in StringifyCpuMode()
73 case Profiling::MODE_KERNEL: in StringifyCpuMode()
75 case Profiling::MODE_USER: in StringifyCpuMode()
77 case Profiling::MODE_HYPERVISOR: in StringifyCpuMode()
79 case Profiling::MODE_GUEST_KERNEL: in StringifyCpuMode()
81 case Profiling::MODE_GUEST_USER: in StringifyCpuMode()
88 protos::pbzero::Profiling::StackUnwindError unwind_error) { in StringifyStackUnwindError()
89 using protos::pbzero::Profiling; in StringifyStackUnwindError()
[all …]
/external/perfetto/src/profiling/perf/
Dperf_producer.cc222 protos::pbzero::Profiling::CpuMode ToCpuModeEnum(uint16_t perf_cpu_mode) { in ToCpuModeEnum()
223 using Profiling = protos::pbzero::Profiling; in ToCpuModeEnum() typedef
226 return Profiling::MODE_KERNEL; in ToCpuModeEnum()
228 return Profiling::MODE_USER; in ToCpuModeEnum()
230 return Profiling::MODE_HYPERVISOR; in ToCpuModeEnum()
232 return Profiling::MODE_GUEST_KERNEL; in ToCpuModeEnum()
234 return Profiling::MODE_GUEST_USER; in ToCpuModeEnum()
236 return Profiling::MODE_UNKNOWN; in ToCpuModeEnum()
240 protos::pbzero::Profiling::StackUnwindError ToProtoEnum( in ToProtoEnum()
242 using Profiling = protos::pbzero::Profiling; in ToProtoEnum() typedef
[all …]
/external/armnn/samples/common/include/Utils/
DProfiling.hpp22 class Profiling { class
34 Profiling() : mProfilingEnabled(false) {}; in Profiling() function in common::Profiling
41 explicit Profiling(bool isEnabled) : mProfilingEnabled(isEnabled) {}; in Profiling() function in common::Profiling
/external/armnn/python/pyarmnn/examples/tests/
Dtest_common_utils.py11 from utils import Profiling
37 profiler = Profiling(True)
/external/armnn/python/pyarmnn/examples/object_detection/
Drun_video_file.py21 from utils import dict_labels, Profiling
49 action_profiler = Profiling(enable_profile)
50 overall_profiler = Profiling(enable_profile)
Drun_video_stream.py20 from utils import dict_labels, Profiling
49 action_profiler = Profiling(enable_profile)
/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h124 struct Profiling { struct
125 Profiling(llvm::StringMap<llvm::TimeRecord> &Records) in Profiling() function
135 llvm::Optional<Profiling> CheckProfiling;
/external/grpc-grpc/src/csharp/Grpc.Core/Profiling/
DIProfiler.cs24 namespace Grpc.Core.Profiling
DProfilerScope.cs24 namespace Grpc.Core.Profiling
DProfilerEntry.cs24 namespace Grpc.Core.Profiling
DProfilers.cs24 namespace Grpc.Core.Profiling
/external/python/cpython2/Doc/library/
Ddebug.rst2 Debugging and Profiling
/external/robolectric/
D.gitignore24 # Android Profiling
/external/python/cpython3/Doc/library/
Ddebug.rst2 Debugging and Profiling
/external/perfetto/test/trace_processor/diff_tests/
Dinclude_index.py66 from diff_tests.profiling.tests import Profiling
143 *Profiling(index_path, 'profiling', 'Profiling').fetch(),
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCompletionQueueSafeHandle.cs19 using Grpc.Core.Profiling;
DChannelSafeHandle.cs20 using Grpc.Core.Profiling;
DMetadataArraySafeHandle.cs19 using Grpc.Core.Profiling;
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/
DPerformanceTest.cs26 using Grpc.Core.Profiling;
DUserAgentStringTest.cs26 using Grpc.Core.Profiling;
/external/perfetto/test/trace_processor/diff_tests/profiling/
Dtests.py22 class Profiling(TestSuite): class
/external/harfbuzz_ng/
DTESTING.md44 ## Profiling section
/external/ruy/ruy/profiler/
DREADME.md67 Profiling instrumentation is a no-op unless the preprocessor token
116 * Profiling can be driven from within a benchmark program, allowing the entire
123 * Fully testable (see `:test`). Profiling becomes just another feature of the
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dpython_api.md7 * [Multi-step Profiling](#multi-step-profiling)
107 ### Multi-step Profiling
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dop_stats.proto30 // Profiling duration (in ms).
44 // Profiling start walltime (in ns).

12345