Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:cpuTime
(Results
1 - 6
of
6
) sorted by relevance
/developtools/profiler/device/plugins/process_plugin/src/
H
A
D
process_data_plugin.cpp
359
uint64_t
cpuTime
= 0;
in WriteCpuUsageData()
local
363
ReadCpuUsage(pid,
cpuTime
);
in WriteCpuUsageData()
374
if (
cpuTime
< prevCpuTime) {
in WriteCpuUsageData()
378
usage = static_cast<double>(
cpuTime
) / (bootTime);
in WriteCpuUsageData()
380
usage = static_cast<double>(
cpuTime
- prevCpuTime) / (bootTime - prevBootTime);
in WriteCpuUsageData()
386
cpuInfo.set_cpu_time_ms(
cpuTime
);
in WriteCpuUsageData()
387
cpuTime_[pid] =
cpuTime
;
in WriteCpuUsageData()
440
bool ProcessDataPlugin::ReadCpuUsage(int pid, uint64_t&
cpuTime
)
in ReadCpuUsage()
argument
452
GetCpuUsageData(line,
cpuTime
);
in ReadCpuUsage()
459
uint32_t ProcessDataPlugin::GetCpuUsageData(const std::string& line, uint64_t&
cpuTime
)
in GetCpuUsageData()
argument
[all...]
/developtools/profiler/device/plugins/process_plugin/include/
H
A
D
process_data_plugin.h
81
bool ReadCpuUsage(int pid, uint64_t&
cpuTime
);
82
uint32_t GetCpuUsageData(const std::string& line, uint64_t&
cpuTime
);
/developtools/smartperf_host/trace_streamer/src/parser/pbreader_parser/process_parser/
H
A
D
pbreader_process_parser.cpp
95
row.
cpuTime
= (*itor)->cpuUsageData_->cpuTimeMs;
in Finish()
/developtools/smartperf_host/trace_streamer/test/unittest/table/
H
A
D
table_test.cpp
635
const uint64_t
cpuTime
= 1663888624160;
in HWTEST_F()
local
647
row.
cpuTime
=
cpuTime
;
in HWTEST_F()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
H
A
D
activity_monitor_stdtype.h
81
uint64_t
cpuTime
= INVALID_UINT64;
member
H
A
D
activity_monitor_stdtype.cpp
112
cpuTimes_.emplace_back(liveProcessDetailRow.
cpuTime
);
in AppendNewData()
Completed in 8 milliseconds