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:startupTime
(Results
1 - 11
of
11
) sorted by relevance
/base/startup/init/test/unittest/modules/
H
A
D
sysevent_unittest.cpp
105
StartupTimeEvent
startupTime
= {};
in HWTEST_F()
local
106
startupTime
.event.type = STARTUP_TIME;
in HWTEST_F()
107
startupTime
.totalTime = curr.tv_sec;
in HWTEST_F()
108
startupTime
.totalTime =
startupTime
.totalTime * MSECTONSEC;
in HWTEST_F()
109
startupTime
.totalTime += curr.tv_nsec / USTONSEC;
in HWTEST_F()
110
startupTime
.detailTime = const_cast<char *>("buffer");
in HWTEST_F()
111
startupTime
.reason = const_cast<char *>("");
in HWTEST_F()
112
startupTime
.firstStart = 1;
in HWTEST_F()
113
ReportSysEvent(&
startupTime
in HWTEST_F()
122
StartupTimeEvent
startupTime
= {};
HWTEST_F()
local
[all...]
/base/startup/init/services/modules/sysevent/
H
A
D
sys_event.c
29
static void ReportStartupTimeEvent(const StartupTimeEvent *
startupTime
)
in ReportStartupTimeEvent()
argument
35
.v = { .i64 =
startupTime
->totalTime },
in ReportStartupTimeEvent()
41
.v = { .s =
startupTime
->detailTime },
in ReportStartupTimeEvent()
47
.v = { .s =
startupTime
->reason },
in ReportStartupTimeEvent()
53
.v = { .i32 =
startupTime
->firstStart },
in ReportStartupTimeEvent()
66
StartupTimeEvent *
startupTime
= (StartupTimeEvent *)(event);
in ReportSysEvent()
local
67
ReportStartupTimeEvent(
startupTime
);
in ReportSysEvent()
H
A
D
startup_time_event.c
114
StartupTimeEvent
startupTime
= {};
in ReportBootEventComplete()
local
115
startupTime
.event.type = STARTUP_TIME;
in ReportBootEventComplete()
116
startupTime
.totalTime = curr.tv_sec;
in ReportBootEventComplete()
117
startupTime
.totalTime =
startupTime
.totalTime * MSECTONSEC;
in ReportBootEventComplete()
118
startupTime
.totalTime += curr.tv_nsec / USTONSEC;
in ReportBootEventComplete()
119
startupTime
.detailTime = buffer;
in ReportBootEventComplete()
124
startupTime
.reason = reason;
in ReportBootEventComplete()
125
startupTime
.firstStart = 1;
in ReportBootEventComplete()
127
startupTime
in ReportBootEventComplete()
[all...]
/base/hiviewdfx/hiview/plugins/performance/monitor/converter/
H
A
D
AppMonitorDataConverter.h
47
appEvtData.
startupTime
= evt.
startupTime
;
in ConvertXperfEvtToAppEvtData()
H
A
D
AppLaunchMonitorConverter.h
56
checkPointData.
startupTime
= appEvtData.
startupTime
;
in ConvertAppEvtDataToCheckPointData()
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/executor/
H
A
D
IAppThrExecutor.h
43
uint64_t
startupTime
{0};
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/
H
A
D
IAppLaunchSceneDataProcessor.h
42
uint64_t
startupTime
{0};
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H
A
D
AppLaunchConverter.h
86
point.
startupTime
= data.
startupTime
;
in ConvertToProcessStart()
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/
H
A
D
IAppLaunchSceneDb.h
76
uint64_t
startupTime
{0};
/base/hiviewdfx/hiview/plugins/performance/
H
A
D
XperfEvt.h
113
uint64_t
startupTime
{0};
H
A
D
EvtParser.h
259
evt.
startupTime
= static_cast<uint64_t>(sysEvent.GetEventIntValue(KEY_STARTUP_TIME));
in ConvertToXperfEvent()
Completed in 5 milliseconds