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
defs:metrics
(Results
1 - 6
of
6
) sorted by relevance
/base/hiviewdfx/hiview/plugins/performance/monitor/converter/
H
A
D
JankAnimatorMonitorConverter.h
32
static JankAnimatorReportEvent ConverterReportData(AnimatorMetrics
metrics
,
in ConverterReportData()
argument
[all...]
H
A
D
AppLaunchMonitorConverter.h
74
static AppStartReportEvent ConvertMetricToReportEvent(IAppLaunchSceneDataProcessor::AppStartMetrics
metrics
)
in ConvertMetricToReportEvent()
argument
[all...]
/base/hiviewdfx/hiview/plugins/performance/monitor/
H
A
D
JankAnimatorMonitor.cpp
74
void JankAnimatorMonitor::ReportMetrics(const AnimatorMetrics&
metrics
)
in ReportMetrics()
argument
91
void JankAnimatorMonitor::ReportNormal(const AnimatorMetrics&
metrics
)
in ReportNormal()
argument
101
ReportCritical(const AnimatorMetrics&
metrics
, const std::string& traceFileName, const std::string& infoFileName)
ReportCritical()
argument
[all...]
H
A
D
AppLaunchMonitor.cpp
64
void AppLaunchMonitor::ReportMetrics(const AppStartMetrics&
metrics
)
in ReportMetrics()
argument
74
void AppLaunchMonitor::ReportNormal(const AppStartMetrics&
metrics
)
in ReportNormal()
argument
86
AppStartReportEvent AppLaunchMonitor::ConstructReportEvent(const AppStartMetrics&
metrics
)
in ConstructReportEvent()
argument
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H
A
D
AnimatorSceneDataProcessor.cpp
92
AnimatorMetrics
metrics
= CalcMetrics(*record);
in ProcessSceneData()
local
178
void AnimatorSceneDataProcessor::Report(const AnimatorMetrics&
metrics
)
in Report()
argument
H
A
D
AppLaunchSceneDataProcessor.cpp
95
AppStartMetrics
metrics
= CalcMetrics(bundleName);
in ProcessSceneData()
local
110
AppStartMetrics
metrics
= CalcMetrics(name);
in HandleTimeoutInMainThr()
local
347
void AppLaunchSceneDataProcessor::Report(const AppStartMetrics&
metrics
)
in Report()
argument
420
AppStartMetrics
metrics
= CalcMetrics(data.bundleName);
in CheckOutExistStartPoint()
local
Completed in 4 milliseconds