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:profile_
(Results
1 - 7
of
7
) sorted by relevance
/third_party/node/deps/v8/src/profiler/
H
A
D
profile-generator.cc
869
reinterpret_cast<const v8::CpuProfileNode*>(
profile_
->top_down()->root()),
in SerializeNodes()
880
int count =
profile_
->samples_count();
in SerializeTimeDeltas()
881
uint64_t lastTime =
profile_
->start_time().since_origin().InMicroseconds();
in SerializeTimeDeltas()
883
uint64_t ts =
profile_
->sample(i).timestamp.since_origin().InMicroseconds();
in SerializeTimeDeltas()
891
int count =
profile_
->samples_count();
in SerializeSamples()
893
writer_->AddNumber(
profile_
->sample(i).node->id());
in SerializeSamples()
906
profile_
->start_time().since_origin().InMicroseconds()));
in SerializeImpl()
910
profile_
->end_time().since_origin().InMicroseconds()));
in SerializeImpl()
H
A
D
profile-generator.h
598
:
profile_
(profile), writer_(nullptr) {}
in CpuProfileJSONSerializer()
616
CpuProfile*
profile_
;
member in v8::internal::CpuProfileJSONSerializer
/third_party/skia/third_party/externals/libwebp/src/dec/
H
A
D
vp8i_dec.h
72
uint8_t
profile_
;
member
H
A
D
vp8_dec.c
287
frm_hdr->
profile_
= (bits >> 1) & 7;
in VP8GetHeaders()
290
if (frm_hdr->
profile_
> 3) {
in VP8GetHeaders()
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
vp8i_enc.h
354
int
profile_
; // VP8's profile, deduced from Config.
member
H
A
D
syntax_enc.c
175
err = PutVP8FrameHeader(pic, enc->
profile_
, size0);
in PutWebPHeaders()
H
A
D
webp_enc.c
232
enc->
profile_
= use_filter ? ((config->filter_type == 1) ? 0 : 1) : 2;
in InitVP8Encoder()
Completed in 9 milliseconds