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:ScopedTimer
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/util/
H
A
D
timer.h
38
// Creates an object of
ScopedTimer
to measure the resource utilization for the
49
// } // <-- end of this scope. The destructor of
ScopedTimer
prints tag and
52
spvtools::utils::
ScopedTimer
<spvtools::utils::Timer> timer##__LINE__( \
227
// The purpose of
ScopedTimer
is to measure the resource utilization for a
228
// scope. Simply creating a local variable of
ScopedTimer
will call
238
// spvtools::utils::
ScopedTimer
<spvtools::utils::Timer>
243
// } // <-- end of this scope. The destructor of
ScopedTimer
prints tag and
249
class
ScopedTimer
{
class
251
ScopedTimer
(std::ostream* out, const char* tag,
in ScopedTimer()
function in spvtools::utils::ScopedTimer
259
virtual ~
ScopedTimer
() {
in ~ScopedTimer()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H
A
D
timer.h
38
// Creates an object of
ScopedTimer
to measure the resource utilization for the
49
// } // <-- end of this scope. The destructor of
ScopedTimer
prints tag and
52
spvtools::utils::
ScopedTimer
<spvtools::utils::Timer> timer##__LINE__( \
227
// The purpose of
ScopedTimer
is to measure the resource utilization for a
228
// scope. Simply creating a local variable of
ScopedTimer
will call
238
// spvtools::utils::
ScopedTimer
<spvtools::utils::Timer>
243
// } // <-- end of this scope. The destructor of
ScopedTimer
prints tag and
249
class
ScopedTimer
{
class
251
ScopedTimer
(std::ostream* out, const char* tag,
in ScopedTimer()
function in spvtools::utils::ScopedTimer
259
virtual ~
ScopedTimer
() {
in ~ScopedTimer()
[all...]
/third_party/spirv-tools/source/util/
H
A
D
timer.h
38
// Creates an object of
ScopedTimer
to measure the resource utilization for the
49
// } // <-- end of this scope. The destructor of
ScopedTimer
prints tag and
52
spvtools::utils::
ScopedTimer
<spvtools::utils::Timer> timer##__LINE__( \
227
// The purpose of
ScopedTimer
is to measure the resource utilization for a
228
// scope. Simply creating a local variable of
ScopedTimer
will call
238
// spvtools::utils::
ScopedTimer
<spvtools::utils::Timer>
243
// } // <-- end of this scope. The destructor of
ScopedTimer
prints tag and
249
class
ScopedTimer
{
class
251
ScopedTimer
(std::ostream* out, const char* tag,
in ScopedTimer()
function in spvtools::utils::ScopedTimer
259
virtual ~
ScopedTimer
() {
in ~ScopedTimer()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H
A
D
timer_test.cpp
65
// This unit test checks whether the
ScopedTimer
<MockTimer> correctly reports
72
ScopedTimer
<MockTimer> scopedtimer(&buf, "ScopedTimerTest");
in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H
A
D
timer_test.cpp
65
// This unit test checks whether the
ScopedTimer
<MockTimer> correctly reports
72
ScopedTimer
<MockTimer> scopedtimer(&buf, "ScopedTimerTest");
in TEST()
/third_party/spirv-tools/test/
H
A
D
timer_test.cpp
65
// This unit test checks whether the
ScopedTimer
<MockTimer> correctly reports
72
ScopedTimer
<MockTimer> scopedtimer(&buf, "ScopedTimerTest");
in TEST()
/third_party/node/deps/v8/src/codegen/
H
A
D
compiler.cc
324
struct
ScopedTimer
{
struct
325
explicit
ScopedTimer
(base::TimeDelta* location) : location_(location) {
in ScopedTimer()
function
330
~
ScopedTimer
() { *location_ += timer_.Elapsed(); }
in ~ScopedTimer()
363
ScopedTimer
t(&time_taken_to_execute_);
in ExecuteJob()
375
ScopedTimer
t(&time_taken_to_finalize_);
in FinalizeJob()
383
ScopedTimer
t(&time_taken_to_finalize_);
in FinalizeJob()
448
ScopedTimer
t(&time_taken_to_prepare_);
in PrepareJob()
457
ScopedTimer
t(&time_taken_to_execute_);
in ExecuteJob()
468
ScopedTimer
t(&time_taken_to_finalize_);
in FinalizeJob()
2160
ScopedTimer
time
in Compile()
[all...]
Completed in 8 milliseconds