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:Ticks
(Results
1 - 18
of
18
) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H
A
D
nanobenchmark.cc
457
//
Ticks
:= platform-specific timer values (CPU cycles on x86). Must be
460
using
Ticks
= uint32_t;
463
Ticks
TimerResolution() {
in TimerResolution()
465
Ticks
repetitions[Params::kTimerSamples];
in TimerResolution()
467
Ticks
samples[Params::kTimerSamples];
in TimerResolution()
469
const
Ticks
t0 = timer::Start32();
in TimerResolution()
470
const
Ticks
t1 = timer::Stop32();
in TimerResolution()
478
static const
Ticks
timer_resolution = TimerResolution();
483
Ticks
SampleUntilStable(const double max_rel_mad, double* rel_mad,
in SampleUntilStable()
485
auto measure_duration = [&lambda]() ->
Ticks
{
in SampleUntilStable()
[all...]
/third_party/gn/src/util/
H
A
D
ticks.h
10
using
Ticks
= uint64_t;
32
Ticks
TicksNow();
34
TickDelta TicksDelta(
Ticks
new_ticks,
Ticks
old_ticks);
42
Ticks
start_;
/third_party/gn/src/gn/
H
A
D
trace.h
49
Ticks
begin() const { return begin_; }
in begin()
50
void set_begin(
Ticks
b) { begin_ = b; }
in set_begin()
51
Ticks
end() const { return end_; }
in end()
52
void set_end(
Ticks
e) { end_ = e; }
in set_end()
69
Ticks
begin_;
70
Ticks
end_;
H
A
D
import_manager.cc
107
Ticks
import_block_begin = TicksNow();
in DoImport()
123
Ticks
import_block_end = TicksNow();
in DoImport()
/third_party/gn/src/base/files/
H
A
D
file.h
111
Ticks
last_modified;
114
Ticks
last_accessed;
117
Ticks
creation_time;
H
A
D
file_enumerator.h
54
Ticks
GetLastModifiedTime() const;
H
A
D
file_enumerator_posix.cc
52
Ticks
FileEnumerator::FileInfo::GetLastModifiedTime() const {
in GetLastModifiedTime()
H
A
D
file_enumerator_win.cc
58
Ticks
FileEnumerator::FileInfo::GetLastModifiedTime() const {
in GetLastModifiedTime()
/third_party/gn/src/base/timer/
H
A
D
elapsed_timer.h
24
Ticks
begin_;
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H
A
D
LzmaBench.cs
299
UInt64 encodeTime = (UInt64)sp2.
Ticks
;
in LzmaBenchmark()
316
decodeTime = (ulong)sp.
Ticks
;
in LzmaBenchmark()
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H
A
D
DurationPartial.cs
107
long ticks = timeSpan.
Ticks
;
in FromTimeSpan()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H
A
D
QuadRasterizer.cpp
47
Long pixelTime =
Ticks
();
in generate()
82
cycles[PERF_PIXEL] =
Ticks
() - pixelTime;
in generate()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H
A
D
PixelRoutine.cpp
54
Long pipeTime =
Ticks
();
in quad()
106
Long interpTime =
Ticks
();
in quad()
194
cycles[PERF_INTERP] +=
Ticks
() - interpTime;
in quad()
202
Long shaderTime =
Ticks
();
in quad()
208
cycles[PERF_SHADER] +=
Ticks
() - shaderTime;
in quad()
234
Long ropTime =
Ticks
();
in quad()
263
cycles[PERF_ROP] +=
Ticks
() - ropTime;
in quad()
277
cycles[PERF_PIPE] +=
Ticks
() - pipeTime;
in quad()
H
A
D
PixelPipeline.cpp
1234
Long texTime =
Ticks
();
1258
cycles[PERF_TEX] +=
Ticks
() - texTime;
H
A
D
PixelProgram.cpp
785
Long texTime =
Ticks
();
in sampleTexture()
792
cycles[PERF_TEX] +=
Ticks
() - texTime;
in sampleTexture()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H
A
D
Reactor.hpp
2677
RValue<Long>
Ticks
();
H
A
D
LLVMReactor.cpp
3591
RValue<Long>
Ticks
()
in Ticks()
function
H
A
D
SubzeroReactor.cpp
4237
RValue<Long>
Ticks
()
4240
UNIMPLEMENTED_NO_BUG("RValue<Long>
Ticks
()");
Completed in 28 milliseconds