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:Now
(Results
1 - 11
of
11
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H
A
D
rs_profiler_beta_recorder.cpp
59
return (
Now
() - g_inactiveTimestamp) > INACTIVITY_THRESHOLD_SECONDS;
in IsBetaRecordInactive()
123
g_inactiveTimestamp =
Now
();
in StartBetaRecord()
124
g_recordsTimestamp =
Now
();
in StartBetaRecord()
153
const auto recordLength =
Now
() - g_recordsTimestamp;
in SaveBetaRecord()
180
g_inactiveTimestamp =
Now
();
in UpdateBetaRecord()
194
g_recordsTimestamp =
Now
();
in OpenBetaRecordFile()
H
A
D
rs_profiler.cpp
242
const double deltaTime =
Now
() - g_recordStartTime;
in OnRemoteRequest()
549
const double recordPlayTime =
Now
() - g_playbackStartTime;
in OnParallelRenderBegin()
695
return Utils::
Now
();
in OnParallelRenderBegin()
703
double RSProfiler::
Now
()
in OnParallelRenderBegin()
function in OHOS::Rosen::RSProfiler
1119
" time=" + std::to_string(
Now
()) + "\n";
in OnParallelRenderBegin()
1193
" time=" + std::to_string(
Now
()) + "\n";
in OnParallelRenderBegin()
1629
g_recordStartTime =
Now
();
in OnParallelRenderBegin()
1639
SendTelemetry(
Now
() - g_recordStartTime);
in OnParallelRenderBegin()
1778
g_playbackStartTime =
Now
();
in OnParallelRenderBegin()
1797
const double deltaTime =
Now
()
in OnParallelRenderBegin()
[all...]
H
A
D
rs_profiler_utils.h
39
static uint64_t
Now
();
H
A
D
rs_profiler_utils.cpp
40
uint64_t Utils::
Now
()
in Now()
function in OHOS::Rosen::Utils
H
A
D
rs_profiler.h
323
static double
Now
();
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/utils/
H
A
D
hgm_one_shot_timer.cpp
111
auto expireTime = clock_->
Now
() + interval_;
in Loop()
122
expireTime = clock_->
Now
() + interval_;
in Loop()
137
return (expireTime - clock_->
Now
()) <= ZERO;
in CheckTimerExpired()
206
resetTimePoint_.store(clock_->
Now
());
in Reset()
213
resetTimePoint_.load() + interval_ - clock_->
Now
());
in Loop()
H
A
D
hgm_one_shot_timer.h
30
static std::chrono::steady_clock::time_point
Now
()
in Now()
function in OHOS::Rosen::ChronoSteadyClock
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_vsync_rate_reduce_manager.cpp
99
curTime_ =
Now
();
in FrameDurationBegin()
108
float val = static_cast<float>(
Now
() - curTime_) / static_cast<float>(oneFramePeriod_);
in FrameDurationEnd()
376
uint64_t RSVsyncRateReduceManager::
Now
()
in Now()
function in OHOS::Rosen::RSVsyncRateReduceManager
H
A
D
rs_vsync_rate_reduce_manager.h
83
uint64_t
Now
();
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H
A
D
rs_profiler_utils_test.cpp
41
EXPECT_NE(Utils::
Now
(), 0);
in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H
A
D
vsync_distributor.cpp
440
int64_t
Now
()
in Now()
function
453
event_.timestamp =
Now
();
in WaitForVsyncOrTimeOut()
Completed in 10 milliseconds