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:curSysTime
(Results
1 - 6
of
6
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H
A
D
rs_node_stats.cpp
74
int64_t
curSysTime
= GetCurrentSystimeMs();
in ReportRSNodeLimitExceeded()
local
77
(
curSysTime
- lastReportTime_ <= REPORT_INTERVAL_LIMIT ||
in ReportRSNodeLimitExceeded()
88
nodeInfoTop2.first.c_str(), nodeInfoTop3.second, nodeInfoTop3.first.c_str(),
curSysTime
);
in ReportRSNodeLimitExceeded()
94
"TIMESTAMP", static_cast<uint64_t>(
curSysTime
),
in ReportRSNodeLimitExceeded()
102
lastReportTime_ =
curSysTime
;
in ReportRSNodeLimitExceeded()
146
int64_t
curSysTime
= std::chrono::duration_cast<std::chrono::milliseconds>(curTime).count();
in GetCurrentSystimeMs()
local
147
return
curSysTime
;
in GetCurrentSystimeMs()
H
A
D
rs_jank_stats.cpp
861
int64_t
curSysTime
= GetCurrentSystimeMs();
in ConvertTimeToSystime()
local
862
int64_t sysTime =
curSysTime
- (nowTime - time) / MS_TO_NS;
in ConvertTimeToSystime()
869
int64_t
curSysTime
= std::chrono::duration_cast<std::chrono::milliseconds>(curTime).count();
in GetCurrentSystimeMs()
local
870
return
curSysTime
;
in GetCurrentSystimeMs()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_uifirst_manager.cpp
1040
int64_t
curSysTime
= GetCurSysTime();
in OnProcessEventComplete()
local
1045
it->stopTime =
curSysTime
;
in OnProcessEventComplete()
1064
int64_t
curSysTime
= GetCurSysTime();
in PrepareCurrentFrameEvent()
local
1078
((
curSysTime
> it->stopTime) && (
curSysTime
- it->stopTime) > EVENT_STOP_TIMEOUT)) {
in PrepareCurrentFrameEvent()
1083
if ((
curSysTime
> it->startTime) && (
curSysTime
- it->startTime) > EVENT_START_TIMEOUT) {
in PrepareCurrentFrameEvent()
H
A
D
rs_main_thread.cpp
4217
int64_t
curSysTime
= std::chrono::duration_cast<std::chrono::milliseconds>(curTime).count();
4218
return
curSysTime
;
/foundation/arkui/ace_engine/frameworks/base/perfmonitor/
H
A
D
perf_monitor.cpp
75
int64_t
curSysTime
= GetCurrentSystimeMs();
in ConvertRealtimeToSystime()
local
76
sysTime =
curSysTime
- (curRealTime - realTime) / NS_TO_MS;
in ConvertRealtimeToSystime()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H
A
D
rs_uifirst_manager_test.cpp
1192
int64_t
curSysTime
= GetCurSysTime();
in HWTEST_F()
local
1217
eventInfo.stopTime =
curSysTime
;
in HWTEST_F()
1222
eventInfo.startTime =
curSysTime
;
in HWTEST_F()
Completed in 17 milliseconds