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:FpsInfoProfiler
(Results
1 - 2
of
2
) sorted by relevance
/developtools/profiler/host/smartperf/client/client_command/include/
H
A
D
profiler_fps.h
22
struct
FpsInfoProfiler
{
struct
36
bool operator == (const
FpsInfoProfiler
&other) const
in operator ==()
51
FpsInfoProfiler
()
in FpsInfoProfiler()
function
67
FpsInfoProfiler
GetFpsInfo();
68
FpsInfoProfiler
selfRerderLayers(const std::string &gameLayer);
72
FpsInfoProfiler
GetSurfaceFrame(std::string name);
74
void GetSectionsFps(
FpsInfoProfiler
&fpsInfoResult, int nums) const;
81
FpsInfoProfiler
fpsInfo;
82
FpsInfoProfiler
fpsInfoMax;
83
FpsInfoProfiler
lastFpsInfoResul
[all...]
/developtools/profiler/host/smartperf/client/client_command/
H
A
D
profiler_fps.cpp
39
FpsInfoProfiler
finalResult;
in ItemData()
98
FpsInfoProfiler
fpsInfoResult;
in GetResultFPS()
202
void ProfilerFPS::GetSectionsFps(
FpsInfoProfiler
&fpsInfoResult, int nums) const
in GetSectionsFps()
276
FpsInfoProfiler
ProfilerFPS::GetFpsInfo()
in GetFpsInfo()
312
FpsInfoProfiler
ProfilerFPS::GetSurfaceFrame(std::string name)
in GetSurfaceFrame()
315
return
FpsInfoProfiler
();
in GetSurfaceFrame()
317
static std::map<std::string,
FpsInfoProfiler
> fpsMap;
in GetSurfaceFrame()
319
FpsInfoProfiler
tmp;
in GetSurfaceFrame()
420
FpsInfoProfiler
ProfilerFPS::selfRerderLayers(const std::string &gameLayer)
in selfRerderLayers()
Completed in 2 milliseconds