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:usedTimeMsTick
(Results
1 - 3
of
3
) sorted by relevance
/developtools/hiperf/src/
H
A
D
perf_events.cpp
627
const auto
usedTimeMsTick
= duration_cast<milliseconds>(steady_clock::now() - trackingEndTime_);
in WaitRecordThread()
local
629
printf("Record Process Completed (wait %" PRId64 " ms)\n", (uint64_t)
usedTimeMsTick
.count());
in WaitRecordThread()
631
HLOGV("Record Process Completed (wait %" PRId64 " ms)\n", (uint64_t)
usedTimeMsTick
.count());
in WaitRecordThread()
1696
milliseconds
usedTimeMsTick
{};
in RecordLoop()
1702
usedTimeMsTick
= duration_cast<milliseconds>(thisTime - startTime);
in RecordLoop()
1703
if ((uint64_t)
usedTimeMsTick
.count() > (uint64_t)(count * THOUSANDS)) {
in RecordLoop()
1711
printf("Timeout exit (total %" PRId64 " ms)\n", (uint64_t)
usedTimeMsTick
.count());
in RecordLoop()
1726
usedTimeMsTick
= duration_cast<milliseconds>(steady_clock::now() - startTime);
in RecordLoop()
1727
printf("User interrupt exit (total %" PRId64 " ms)\n", (uint64_t)
usedTimeMsTick
.count());
in RecordLoop()
1737
milliseconds
usedTimeMsTick
{};
in StatLoop()
[all...]
H
A
D
symbols_file.cpp
673
const auto
usedTimeMsTick
=
variable
675
HLOGV("Load kernel symbols (total %" PRId64 " ms)\n", (int64_t)
usedTimeMsTick
.count());
770
const auto
usedTimeMsTick
=
variable
772
HLOGV("Load kernel thread symbols (total %" PRId64 " ms)\n", (int64_t)
usedTimeMsTick
.count());
/developtools/profiler/device/plugins/native_daemon/src/
H
A
D
symbols_file.cpp
589
const auto
usedTimeMsTick
=
variable
591
HLOGV("Load kernel symbols (total %" PRId64 " ms)\n", (int64_t)
usedTimeMsTick
.count());
Completed in 7 milliseconds