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:generator_
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H
A
D
cpu_profiler.cpp
41
generator_
= new SamplesRecord();
in CpuProfiler()
42
generator_
->SetEnableVMTag(enableVMTag_);
in CpuProfiler()
43
generator_
->SetSourceMapTranslateCallback(vm->GetSourceMapTranslateCallback());
in CpuProfiler()
44
generator_
->NodeInit();
in CpuProfiler()
45
if (
generator_
->SemInit(0, 0, 0) != 0) {
in CpuProfiler()
48
if (
generator_
->SemInit(1, 0, 0) != 0) {
in CpuProfiler()
51
if (
generator_
->SemInit(2, 0, 0) != 0) { // 2: signal 2
in CpuProfiler()
104
generator_
->SetTimeDeltaThreshold(interval_ * THRESHOLD_GROWTH_FACTORY + THRESHOLD_FIXED_INCREMENT);
in StartCpuProfilerForInfo()
105
generator_
->SetIsStart(true);
in StartCpuProfilerForInfo()
107
generator_
in StartCpuProfilerForInfo()
[all...]
H
A
D
sampling_processor.h
43
SamplesRecord *
generator_
;
member
49
:
generator_
(generator), interval_(interval), tid_(tid), taskHandle_(taskHandle) {};
in RunParams()
H
A
D
cpu_profiler.h
134
SamplesRecord *
generator_
= nullptr;
member in panda::ecmascript::CpuProfiler
H
A
D
sampling_processor.cpp
36
SamplesRecord *generator = params.
generator_
;
in Run()
Completed in 3 milliseconds