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:GetNSecs
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/tools/viewer/
H
A
D
AnimTimer.h
48
fPreviousNanos = SkTime::
GetNSecs
();
in run()
52
fPreviousNanos = SkTime::
GetNSecs
();
in run()
85
double now = SkTime::
GetNSecs
();
in updateTime()
H
A
D
SkottieSlide.cpp
212
const auto t0 = SkTime::
GetNSecs
();
in draw()
217
fFrameTimes[frame_index] = static_cast<float>((SkTime::
GetNSecs
() - t0) * 1e-6);
in draw()
/third_party/skia/include/core/
H
A
D
SkTime.h
40
static double GetSecs() { return
GetNSecs
() * 1e-9; }
in GetSecs()
41
static double GetMSecs() { return
GetNSecs
() * 1e-6; }
in GetMSecs()
42
static double
GetNSecs
();
/third_party/skia/docs/examples/
H
A
D
Path_updateBoundsCache.cpp
17
double start = SkTime::
GetNSecs
();
in REG_FIDDLE()
19
times[1 & i] += SkTime::
GetNSecs
() - start;
in REG_FIDDLE()
/third_party/skia/tests/
H
A
D
Test.cpp
73
skiatest::Timer::Timer() : fStartNanos(SkTime::
GetNSecs
()) {}
in Timer()
76
return SkTime::
GetNSecs
() - fStartNanos;
in elapsedNs()
/third_party/skia/tools/
H
A
D
dump_record.cpp
46
auto start = SkTime::
GetNSecs
();
in operator ()()
48
this->print(command, SkTime::
GetNSecs
() - start);
in operator ()()
/third_party/skia/modules/skplaintexteditor/app/
H
A
D
editor_application.cpp
77
Timer(const char* desc = "") : fTime(SkTime::
GetNSecs
()), fDesc(desc) {}
in Timer()
78
~Timer() { SkDebugf("%s: %5d μs\n", fDesc, (int)((SkTime::
GetNSecs
() - fTime) * 1e-3)); }
in ~Timer()
405
double now = SkTime::
GetNSecs
();
/third_party/skia/src/core/
H
A
D
SkTime.cpp
74
double SkTime::
GetNSecs
() {
in GetNSecs()
function in SkTime
/third_party/skia/experimental/sktext/editor/
H
A
D
App.cpp
48
double now = SkTime::
GetNSecs
();
/third_party/skia/bench/
H
A
D
nanobench.cpp
194
static double now_ms() { return SkTime::
GetNSecs
() * 1e-6; }
in now_ms()
Completed in 7 milliseconds