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:currentTimer_
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H
A
D
runtime_stat.cpp
32
if (
currentTimer_
!= nullptr) {
in StartCount()
33
timer->SetParent(
currentTimer_
);
in StartCount()
35
PandaRuntimeTimer *parent =
currentTimer_
;
in StartCount()
36
currentTimer_
= timer;
in StartCount()
43
if (nowTimer !=
currentTimer_
) {
in StopCount()
46
PandaRuntimeTimer *parentTimer =
currentTimer_
->Stop();
in StopCount()
47
currentTimer_
= parentTimer;
in StopCount()
52
if (
currentTimer_
!= nullptr) {
in Print()
53
currentTimer_
->Snapshot();
in Print()
60
while (
currentTimer_
!
in ResetAllCount()
[all...]
H
A
D
function_call_timer.cpp
23
PandaRuntimeTimer *callerTimer =
currentTimer_
;
in StartCount()
28
currentTimer_
= calleeTimer;
in StartCount()
42
if (callee !=
currentTimer_
) {
in StopCount()
49
currentTimer_
= callerTimer;
in StopCount()
H
A
D
function_call_timer.h
79
PandaRuntimeTimer *
currentTimer_
= nullptr;
member in panda::ecmascript::FunctionCallTimer
H
A
D
runtime_stat.h
51
PandaRuntimeTimer *
currentTimer_
= nullptr;
member in panda::ecmascript::EcmaRuntimeStat
Completed in 2 milliseconds