/external/perfetto/src/trace_processor/importers/proto/ |
D | profile_packet_utils.h | 68 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/ |
D | perf_producer.cc | 222 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/ |
D | Profiling.hpp | 22 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/ |
D | test_common_utils.py | 11 from utils import Profiling 37 profiler = Profiling(True)
|
/external/armnn/python/pyarmnn/examples/object_detection/ |
D | run_video_file.py | 21 from utils import dict_labels, Profiling 49 action_profiler = Profiling(enable_profile) 50 overall_profiler = Profiling(enable_profile)
|
D | run_video_stream.py | 20 from utils import dict_labels, Profiling 49 action_profiler = Profiling(enable_profile)
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchFinder.h | 124 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/ |
D | IProfiler.cs | 24 namespace Grpc.Core.Profiling
|
D | ProfilerScope.cs | 24 namespace Grpc.Core.Profiling
|
D | ProfilerEntry.cs | 24 namespace Grpc.Core.Profiling
|
D | Profilers.cs | 24 namespace Grpc.Core.Profiling
|
/external/python/cpython2/Doc/library/ |
D | debug.rst | 2 Debugging and Profiling
|
/external/robolectric/ |
D | .gitignore | 24 # Android Profiling
|
/external/python/cpython3/Doc/library/ |
D | debug.rst | 2 Debugging and Profiling
|
/external/perfetto/test/trace_processor/diff_tests/ |
D | include_index.py | 66 from diff_tests.profiling.tests import Profiling 143 *Profiling(index_path, 'profiling', 'Profiling').fetch(),
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | CompletionQueueSafeHandle.cs | 19 using Grpc.Core.Profiling;
|
D | ChannelSafeHandle.cs | 20 using Grpc.Core.Profiling;
|
D | MetadataArraySafeHandle.cs | 19 using Grpc.Core.Profiling;
|
/external/grpc-grpc/src/csharp/Grpc.Core.Tests/ |
D | PerformanceTest.cs | 26 using Grpc.Core.Profiling;
|
D | UserAgentStringTest.cs | 26 using Grpc.Core.Profiling;
|
/external/perfetto/test/trace_processor/diff_tests/profiling/ |
D | tests.py | 22 class Profiling(TestSuite): class
|
/external/harfbuzz_ng/ |
D | TESTING.md | 44 ## Profiling section
|
/external/ruy/ruy/profiler/ |
D | README.md | 67 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/ |
D | python_api.md | 7 * [Multi-step Profiling](#multi-step-profiling) 107 ### Multi-step Profiling
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | op_stats.proto | 30 // Profiling duration (in ms). 44 // Profiling start walltime (in ns).
|