Home
last modified time | relevance | path

Searched refs:zero (Results 1 – 25 of 30) sorted by relevance

12

/developtools/hiperf/include/
Dvirtual_runtime.h107 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 …]
Dperf_file_reader.h94 std::chrono::microseconds readRecordTime_ = std::chrono::microseconds::zero();
95 std::chrono::microseconds readCallbackTime_ = std::chrono::microseconds::zero();
Dsubcommand_record.h308 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();
Ddebug_logger.h113 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();
Dperf_events.h497 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();
Dperf_file_writer.h60 std::chrono::microseconds writeTimes_ = std::chrono::microseconds::zero();
/developtools/profiler/device/plugins/native_daemon/include/
Dvirtual_runtime.h104 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();
Ddebug_logger.h101 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/
DRAM.cpp40 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/
Dnative_hook_config.proto42 // 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/
Dnative_hook_config.proto42 // 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/
DYAxis.ets59 * 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/
DBUILD.gn30 "-Wno-zero-length-array",
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/
DUtils.ets242 // 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/
Dprofiler_service_types.proto57 …uint32 keep_alive_time = 6; // if set to non-zero value, session will auto-destroyed after CreateS…
/developtools/smartperf_host/ide/src/trace/proto/
Dprofiler_service_types.proto57 …uint32 keep_alive_time = 6; // if set to non-zero value, session will auto-destroyed after CreateS…
/developtools/profiler/protos/services/
Dprofiler_service_types.proto57 …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/
Dprofiler_service_types.proto57 …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/
Dprofiler_service_types.proto57 …uint32 keep_alive_time = 6; // if set to non-zero value, session will auto-destroyed after CreateS…
/developtools/hdc/src/host/
Dclient.cpp187 const char* zero = "0"; in ReadFileThreadFunc() local
188 if (!strncmp(zero, str.c_str(), strlen(zero))) { in ReadFileThreadFunc()
/developtools/hiperf/src/
Dsymbols_file.cpp851 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()
Dperf_events.cpp1518 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/
DYAxisRenderer.ets268 * Draws the zero line.
276 // draw zero line
/developtools/smartperf_host/trace_streamer/prebuilts/patch_perf_event/
Dperf_event.h.patch201 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/
Dperf_event.h.patch201 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

12