| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMSampleList.test.ts | 55 timestamp: '', 108 timestamp: '', 125 timestamp: '', 159 timestamp: '', 175 timestamp: '', 191 timestamp: '', 252 timestamp: '', 276 timestamp: '', 300 timestamp: '', 324 timestamp: '', [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerHeapTimeline.ts | 67 samples[i].timestamp, 87 timestamp: number, 98 …if (node.timestamp * 1000 > startNS && node.timestamp * 1000 < endNS && node.timestamp == timestam… 100 Math.floor(((timestamp * 1000 - startNS) / totalNS) * frame.width),
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerHeapTimeline.ts | 88 samples[i].timestamp, 110 timestamp: number, 121 …if (node.timestamp * 1000 > startNS && node.timestamp * 1000 < endNS && node.timestamp == timestam… 123 Math.floor(((timestamp * 1000 - startNS) / totalNS) * frame.width),
|
| /developtools/smartperf_host/ide/test/trace/component/chart/ |
| D | SpHiPerf.test.ts | 81 timestamp: 3468360924674, 93 timestamp: 3468361000799, 105 timestamp: 3468361045716, 117 timestamp: 3468361054466,
|
| /developtools/profiler/protos/types/plugins/ftrace_data/default/ |
| D | v4l2.proto | 29 int64 timestamp = 7; field 51 int64 timestamp = 7; field 70 uint64 timestamp = 4; field 89 uint64 timestamp = 4; field 108 uint64 timestamp = 4; field 127 uint64 timestamp = 4; field
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/ |
| D | v4l2.proto | 29 int64 timestamp = 7; field 51 int64 timestamp = 7; field 70 uint64 timestamp = 4; field 89 uint64 timestamp = 4; field 108 uint64 timestamp = 4; field 127 uint64 timestamp = 4; field
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
| D | v4l2.proto | 29 int64 timestamp = 7; field 51 int64 timestamp = 7; field 70 uint64 timestamp = 4; field 89 uint64 timestamp = 4; field 108 uint64 timestamp = 4; field 127 uint64 timestamp = 4; field
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/ |
| D | v4l2.proto | 29 int64 timestamp = 7; field 51 int64 timestamp = 7; field 70 uint64 timestamp = 4; field 89 uint64 timestamp = 4; field 108 uint64 timestamp = 4; field 127 uint64 timestamp = 4; field
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
| D | v4l2.proto | 29 int64 timestamp = 7; field 51 int64 timestamp = 7; field 70 uint64 timestamp = 4; field 89 uint64 timestamp = 4; field 108 uint64 timestamp = 4; field 127 uint64 timestamp = 4; field
|
| /developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/ |
| D | ftrace_v4l2_event_formatter.cpp | 49 msg.timestamp(), in __anon81d7119b0302() 85 msg.timestamp(), in __anon81d7119b0502() 116 msg.timestamp(), in __anon81d7119b0702() 147 msg.timestamp(), in __anon81d7119b0902() 179 msg.timestamp(), in __anon81d7119b0b02() 210 msg.timestamp(), in __anon81d7119b0d02()
|
| /developtools/profiler/device/plugins/diskio_plugin/src/ |
| D | diskio_data_plugin.cpp | 129 void DiskioDataPlugin::SetTimestamp(CollectTimeStamp& prevTimestamp, CollectTimeStamp& timestamp) in SetTimestamp() argument 133 timestamp.set_tv_sec(time.tv_sec); in SetTimestamp() 134 timestamp.set_tv_nsec(time.tv_nsec); in SetTimestamp() 176 auto* timestamp = diskioData.mutable_timestamp(); in SetDiskioData() local 177 SetTimestamp(*prevTimestamp, *timestamp); // 设置前一次时间戳和当前时间戳,以便计算两次获取数据的时间间隔t in SetDiskioData()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/ |
| D | SignHap.java | 80 …JarOutputStream out, long timestamp, int defaultAlignment) throws IOException, HapFormatException { in copyFiles() argument 103 JarEntry outEntry = getJarEntry(timestamp, inEntry); in copyFiles() 126 JarEntry outEntry = getFirstJarEntry(firstEntry, offset, timestamp); in copyFiles() 132 copyFilesExceptStoredFile(entryListNotStored, in, out, timestamp, isAlignmentFlag); in copyFiles() 159 private static JarEntry getFirstJarEntry(JarEntry firstEntry, long offset, long timestamp) { in getFirstJarEntry() argument 161 JarEntry outEntry = getJarEntry(timestamp, firstEntry); in getFirstJarEntry() 205 private static JarEntry getJarEntry(long timestamp, JarEntry inEntry) { in getJarEntry() argument 207 outEntry.setTime(timestamp); in getJarEntry() 215 JarOutputStream out, long timestamp, boolean isAlignmentFlag) throws IOException { in copyFilesExceptStoredFile() argument 228 outEntry.setTime(timestamp); in copyFilesExceptStoredFile()
|
| /developtools/profiler/host/smartperf/ide/src/js-heap/model/ |
| D | DatabaseStruct.ts | 219 timestamp: number; property in HeapSample 223 constructor(timestamp: number, lastAssignedId: number) { 224 this.timestamp = timestamp;
|
| /developtools/smartperf_host/ide/src/js-heap/model/ |
| D | DatabaseStruct.ts | 219 timestamp: number; property in HeapSample 223 constructor(timestamp: number, lastAssignedId: number) { 224 this.timestamp = timestamp;
|
| /developtools/profiler/hidebug/test/unittest/js/ |
| D | ExampleJsunit.test.js | 69 let timestamp = Date.now(); 70 let filename = "cpuprofiler_" + timestamp.toString(); 99 let timestamp = Date.now(); 100 let filename = "cpuprofiler_" + timestamp.toString();
|
| /developtools/smartperf_host/ide/test/trace/bean/ |
| D | NativeHook.test.ts | 205 timestamp: 'timestamp', 221 timestamp: expect.any(String), 256 timestamp: 'timestamp', 271 timestamp: expect.any(String),
|
| /developtools/integration_verification/cases/smoke/basic/screenshot32/acls_check/ |
| D | utils.py | 31 def timestamp(): function 49 log_content = timestamp() + ' {}'.format(level) + ' [{}]'.format(tag) + ' {}'.format(msg)
|
| /developtools/bytrace/script/ |
| D | bytrace_multi.py | 88 timestamp = float(mtuple[0]) 90 timestamp_ = "{:.6f}".format(timestamp - diff_time) 92 line.replace("{:.6f}".format(timestamp), str(timestamp_))
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | NativeHook.ts | 84 timestamp: string = ''; property in NativeMemory 106 timestamp: string = ''; property in NativeHookSamplerInfo
|
| /developtools/profiler/device/plugins/ftrace_plugin/include/ |
| D | ftrace_common_type.h | 48 uint64_t timestamp = 0; member 145 FieldFormat timestamp = {}; member
|
| /developtools/profiler/host/smartperf/ide/src/trace/bean/ |
| D | NativeHook.ts | 83 timestamp: string = ''; property in NativeMemory 106 timestamp: string = ''; property in NativeHookSamplerInfo
|
| /developtools/integration_verification/cases/smoke/basic/screenshot32/APL_compare_03/ |
| D | common.py | 70 log_content = timestamp() + ' {}'.format(level) + ' [{}]'.format(tag) + ' {}'.format(msg) 94 def timestamp(): function
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | README_zh.md | 95 order:13 timestamp=1501925596847 112 order:13 timestamp=1501925597848 119 …pu2load,cpu3freq,cpu3load,current_now,gpu-thermal,gpufreq,gpuload,soc-thermal,timestamp,voltage_now
|
| /developtools/profiler/protos/types/plugins/network_data/ |
| D | network_plugin_result.proto | 27 // timestamp obtained by CLOCK_REALTIME 44 // timestamp obtained by CLOCK_REALTIME
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/network_data/ |
| D | network_plugin_result.proto | 27 // timestamp obtained by CLOCK_REALTIME 44 // timestamp obtained by CLOCK_REALTIME
|