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:ProfilerStats
(Results
1 - 6
of
6
) sorted by relevance
/third_party/node/deps/v8/src/profiler/
H
A
D
profiler-stats.h
14
class
ProfilerStats
{
class
30
static
ProfilerStats
* Instance() {
in Instance()
31
static
ProfilerStats
stats;
in Instance()
40
ProfilerStats
() = default;
H
A
D
profiler-stats.cc
14
void
ProfilerStats
::AddReason(Reason reason) {
in AddReason()
18
void
ProfilerStats
::Clear() {
in Clear()
24
void
ProfilerStats
::Print() const {
in Print()
25
base::OS::Print("
ProfilerStats
:\n");
in Print()
33
const char*
ProfilerStats
::ReasonToString(Reason reason) {
in ReasonToString()
H
A
D
symbolizer.cc
106
ProfilerStats
::Instance()->AddReason(
in SymbolizeTickSample()
107
ProfilerStats
::Reason::kInCallOrApply);
in SymbolizeTickSample()
175
ProfilerStats
::Instance()->AddReason(
ProfilerStats
::Reason::kNullPC);
in SymbolizeTickSample()
177
ProfilerStats
::Instance()->AddReason(
in SymbolizeTickSample()
178
ProfilerStats
::Reason::kNoSymbolizedFrames);
in SymbolizeTickSample()
H
A
D
tick-sample.cc
242
i::
ProfilerStats
::Instance()->AddReason(
in GetStackSample()
243
i::
ProfilerStats
::Reason::kSimulatorFillRegistersFailed);
in GetStackSample()
261
i::
ProfilerStats
::Instance()->AddReason(
in GetStackSample()
262
i::
ProfilerStats
::Reason::kNoFrameRegion);
in GetStackSample()
H
A
D
cpu-profiler.cc
47
ProfilerStats
::Instance()->AddReason(
48
ProfilerStats
::Reason::kIsolateNotLocked);
53
ProfilerStats
::Instance()->AddReason(
54
ProfilerStats
::Reason::kTickBufferFull);
H
A
D
profile-generator.cc
929
ProfilerStats
::Instance()->Print();
in Print()
930
ProfilerStats
::Instance()->Clear();
in Print()
Completed in 7 milliseconds