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:rsInfo
(Results
1 - 4
of
4
) sorted by relevance
/base/hiviewdfx/hiview/plugins/performance/monitor/converter/
H
A
D
JankAnimatorMonitorConverter.h
53
event.totalRenderFrames = metrics.
rsInfo
.totalFrames;
in ConverterReportData()
54
event.totalRenderMissedFrames = metrics.
rsInfo
.totalMissedFrames;
in ConverterReportData()
55
event.maxRenderFrameTime = metrics.
rsInfo
.maxFrameTime;
in ConverterReportData()
56
event.averageRenderFrameTime = metrics.
rsInfo
.averageFrameTime;
in ConverterReportData()
57
event.maxRenderSeqMissedFrames = metrics.
rsInfo
.maxSeqMissedFrames;
in ConverterReportData()
58
event.isFoldDisp = metrics.
rsInfo
.isFoldDisp;
in ConverterReportData()
59
event.happenTime = (metrics.appInfo.startTime == 0) ? metrics.
rsInfo
.happenTime : metrics.appInfo.startTime;
in ConverterReportData()
/base/hiviewdfx/hiview/plugins/performance/monitor/
H
A
D
JankAnimatorMonitor.cpp
79
uint64_t maxFrame = (metrics.appInfo.maxFrameTime > metrics.
rsInfo
.maxFrameTime) ?
in ReportMetrics()
80
metrics.appInfo.maxFrameTime : metrics.
rsInfo
.maxFrameTime;
in ReportMetrics()
81
uint64_t val = metrics.appInfo.isDisplayAnimator ? maxFrame : metrics.
rsInfo
.maxFrameTime;
in ReportMetrics()
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/
H
A
D
IAnimatorSceneDataProcessor.h
43
CommonInfo
rsInfo
;
member
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/
H
A
D
AnimatorSceneDataProcessor.cpp
165
animatorMetrics.
rsInfo
= record.animatorPoints[END_POINT].commonInfo;
in CalcMetrics()
Completed in 2 milliseconds