/developtools/hiperf/include/ |
D | virtual_runtime.h | 107 std::chrono::microseconds updateSymbolsTimes_ = std::chrono::microseconds::zero(); 108 std::chrono::microseconds unwindFromRecordTimes_ = std::chrono::microseconds::zero(); 109 std::chrono::microseconds unwindCallStackTimes_ = std::chrono::microseconds::zero(); 110 std::chrono::microseconds symbolicRecordTimes_ = std::chrono::microseconds::zero(); 111 std::chrono::microseconds updateThreadTimes_ = std::chrono::microseconds::zero(); 112 std::chrono::microseconds prcessSampleRecordTimes_ = std::chrono::microseconds::zero(); 113 std::chrono::microseconds prcessMmapRecordTimes_ = std::chrono::microseconds::zero(); 114 std::chrono::microseconds prcessMmap2RecordTimes_ = std::chrono::microseconds::zero(); 115 std::chrono::microseconds prcessCommRecordTimes_ = std::chrono::microseconds::zero(); 116 std::chrono::microseconds threadParseMapsTimes_ = std::chrono::microseconds::zero(); [all …]
|
D | perf_file_reader.h | 94 std::chrono::microseconds readRecordTime_ = std::chrono::microseconds::zero(); 95 std::chrono::microseconds readCallbackTime_ = std::chrono::microseconds::zero();
|
D | subcommand_record.h | 308 std::chrono::microseconds prcessRecordTimes_ = std::chrono::microseconds::zero(); 309 std::chrono::microseconds saveRecordTimes_ = std::chrono::microseconds::zero(); 310 std::chrono::microseconds saveFeatureTimes_ = std::chrono::microseconds::zero();
|
D | debug_logger.h | 113 mutable std::chrono::microseconds logTimes_ = std::chrono::microseconds::zero(); 114 mutable std::chrono::microseconds logWriteTimes_ = std::chrono::microseconds::zero(); 115 mutable std::chrono::microseconds logSprintfTimes_ = std::chrono::microseconds::zero();
|
D | perf_events.h | 497 std::chrono::microseconds recordCallBackTime_ = std::chrono::microseconds::zero(); 498 std::chrono::microseconds recordWaitDataTime_ = std::chrono::microseconds::zero(); 499 std::chrono::microseconds recordSleepTime_ = std::chrono::microseconds::zero(); 500 std::chrono::microseconds recordKernelReadTime_ = std::chrono::microseconds::zero();
|
D | perf_file_writer.h | 60 std::chrono::microseconds writeTimes_ = std::chrono::microseconds::zero();
|
/developtools/profiler/device/plugins/native_daemon/include/ |
D | virtual_runtime.h | 104 std::chrono::microseconds updateSymbolsTimes_ = std::chrono::microseconds::zero(); 105 std::chrono::microseconds unwindFromRecordTimes_ = std::chrono::microseconds::zero(); 106 std::chrono::microseconds unwindCallStackTimes_ = std::chrono::microseconds::zero(); 107 std::chrono::microseconds symbolicRecordTimes_ = std::chrono::microseconds::zero(); 108 std::chrono::microseconds updateThreadTimes_ = std::chrono::microseconds::zero();
|
D | debug_logger.h | 101 mutable std::chrono::microseconds logTimes_ = std::chrono::microseconds::zero(); 102 mutable std::chrono::microseconds logWriteTimes_ = std::chrono::microseconds::zero(); 103 mutable std::chrono::microseconds logSprintfTimes_ = std::chrono::microseconds::zero();
|
/developtools/profiler/host/smartperf/client/client_command/ |
D | RAM.cpp | 40 const int zero = 0; in GetRamInfo() local 57 if (textline[zero] == 'P' && textline[one] == 's' && textline[two] == 's') { in GetRamInfo()
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/native_hook/ |
D | native_hook_config.proto | 42 // Configure zero to disable the data statistics function, 43 // greater than zero reports statistical data according to the configured numeric interval
|
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/native_hook/ |
D | native_hook_config.proto | 42 // Configure zero to disable the data statistics function, 43 // greater than zero reports statistical data according to the configured numeric interval
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/ |
D | YAxis.ets | 59 * flag that indicates if the zero-line should be drawn regardless of other grid lines 74 * Color of the zero line 79 * Width of the zero line in pixels 306 * Set this to true to draw the zero-line regardless of weather other 320 * Sets the color of the zero line 333 * Sets the width of the zero line in dp
|
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/protos/ |
D | BUILD.gn | 30 "-Wno-zero-length-array",
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/ |
D | Utils.ets | 242 // boolean zero = false; 244 // zero = true; 294 // // if number around zero (between 1 and -1) 295 // if (zero) { 476 * returns an angle between 0.f < 360.f (not less than zero, less than 360)
|
/developtools/profiler/host/smartperf/ide/src/trace/proto/ |
D | profiler_service_types.proto | 57 …uint32 keep_alive_time = 6; // if set to non-zero value, session will auto-destroyed after CreateS…
|
/developtools/smartperf_host/ide/src/trace/proto/ |
D | profiler_service_types.proto | 57 …uint32 keep_alive_time = 6; // if set to non-zero value, session will auto-destroyed after CreateS…
|
/developtools/profiler/protos/services/ |
D | profiler_service_types.proto | 57 …uint32 keep_alive_time = 6; // if set to non-zero value, session will auto-destroyed after CreateS…
|
/developtools/profiler/host/smartperf/trace_streamer/src/protos/services/ |
D | profiler_service_types.proto | 57 …uint32 keep_alive_time = 6; // if set to non-zero value, session will auto-destroyed after CreateS…
|
/developtools/smartperf_host/trace_streamer/src/protos/services/ |
D | profiler_service_types.proto | 57 …uint32 keep_alive_time = 6; // if set to non-zero value, session will auto-destroyed after CreateS…
|
/developtools/hdc/src/host/ |
D | client.cpp | 187 const char* zero = "0"; in ReadFileThreadFunc() local 188 if (!strncmp(zero, str.c_str(), strlen(zero))) { in ReadFileThreadFunc()
|
/developtools/hiperf/src/ |
D | symbols_file.cpp | 851 std::chrono::microseconds parseLineTime = std::chrono::microseconds::zero(); in ParseKallsymsLine() 852 std::chrono::microseconds sscanfTime = std::chrono::microseconds::zero(); in ParseKallsymsLine() 853 std::chrono::microseconds newTime = std::chrono::microseconds::zero(); in ParseKallsymsLine() 854 std::chrono::microseconds readFileTime = std::chrono::microseconds::zero(); in ParseKallsymsLine()
|
D | perf_events.cpp | 1518 if (timeReport_ != milliseconds::zero()) { in StatLoop() 1549 if (timeReport_ == milliseconds::zero() in StatLoop() 1565 if (timeReport_ == milliseconds::zero()) { in StatLoop()
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/ |
D | YAxisRenderer.ets | 268 * Draws the zero line. 276 // draw zero line
|
/developtools/smartperf_host/trace_streamer/prebuilts/patch_perf_event/ |
D | perf_event.h.patch | 201 cap_bit0_is_deprecated : 1, /* Always 1, signals that bit 0 is zero */ 445 - * 'old_len' or 'new_len' may be zero to indicate, for example, the
|
/developtools/profiler/host/smartperf/trace_streamer/prebuilts/patch_perf_event/ |
D | perf_event.h.patch | 201 cap_bit0_is_deprecated : 1, /* Always 1, signals that bit 0 is zero */ 445 - * 'old_len' or 'new_len' may be zero to indicate, for example, the
|