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:start_ticks
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/v8/src/base/platform/
H
A
D
elapsed-timer.h
104
TimeDelta elapsed = now -
start_ticks
();
in Elapsed()
137
TimeTicks
start_ticks
() const {
in start_ticks()
function in v8::base::final
141
void set_start_ticks(TimeTicks
start_ticks
) {
in set_start_ticks()
argument
143
start_ticks_ =
start_ticks
;
in set_start_ticks()
/third_party/NuttX/fs/vfs/
H
A
D
fs_poll.c
400
size_t
start_ticks
= 0;
in poll()
local
437
start_ticks
= LOS_TickCountGet();
in poll()
459
millisecs_last = (curr_ticks -
start_ticks
) * MSEC_PER_SEC / LOSCFG_BASE_CORE_TICK_PER_SECOND;
in poll()
/third_party/benchmark/src/
H
A
D
sysinfo.cc
789
const auto
start_ticks
= cycleclock::Now();
in GetCPUCyclesPerSecond()
local
795
PRNG rng(static_cast<Result>(
start_ticks
));
in GetCPUCyclesPerSecond()
811
return static_cast<double>(end_ticks -
start_ticks
) / (end_time - start_time);
in GetCPUCyclesPerSecond()
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_request.c
393
usb_ticks_t
start_ticks
;
in usbd_do_request_flags()
local
528
start_ticks
= CUR_TICKS;
in usbd_do_request_flags()
556
start_ticks
= CUR_TICKS;
in usbd_do_request_flags()
594
start_ticks
= CUR_TICKS;
in usbd_do_request_flags()
665
delta_ticks = CUR_TICKS -
start_ticks
;
in usbd_do_request_flags()
Completed in 6 milliseconds