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:frameNum
(Results
1 - 5
of
5
) sorted by relevance
/developtools/profiler/host/smartperf/client/client_command/
H
A
D
parse_slide_fps_trace.cpp
65
frameNum
= frameNow;
in CalculateTime()
66
LOGI("ParseSlideFpsTrace::
frameNum
: (%d)",
frameNum
);
in CalculateTime()
77
fps = (
frameNum
- 1) / (completeTime - responseTime);
in CalculateTime()
105
frameNum
= frameNow;
in AppSwiperScroll()
106
LOGI("AppSwiperScroll.
frameNum
: (%d)",
frameNum
);
in AppSwiperScroll()
/developtools/profiler/host/smartperf/client/client_command/include/
H
A
D
parse_slide_fps_trace.h
34
int
frameNum
= 0;
member in OHOS::SmartPerf::ParseSlideFpsTrace
/developtools/smartperf_host/trace_streamer/src/filter/
H
A
D
animation_filter.cpp
199
uint64_t
frameNum
= 0;
in UpdateFrameInfo()
local
201
++
frameNum
;
in UpdateFrameInfo()
205
animation->UpdateFrameInfo(row, traceDataCache_->GetDataIndex(std::to_string(
frameNum
) + curRealFrameRate));
in UpdateFrameInfo()
H
A
D
frame_filter.h
39
uint32_t
frameNum
;
member
84
std::unordered_map<uint32_t /* tid */, std::unordered_map<uint32_t /*
frameNum
*/, std::shared_ptr<FrameSlice>>>
H
A
D
frame_filter.cpp
85
std::unordered_map<uint32_t /*
frameNum
*/, std::shared_ptr<FrameSlice>> frameMap;
in BeginRSTransactionData()
109
auto srcFrame = sourceFrameMap->second.find(it.
frameNum
);
in BeginProcessCommandUni()
126
sourceFrameMap->second.erase(it.
frameNum
);
in BeginProcessCommandUni()
Completed in 5 milliseconds