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:fpsInfoResult
(Results
1 - 6
of
6
) sorted by relevance
/developtools/profiler/host/smartperf/client/client_command/
H
A
D
FPS.cpp
40
FpsInfo
fpsInfoResult
;
in ItemData()
local
42
fpsInfoResult
= GetDiffLayersFpsInfo(surfaceViewName);
in ItemData()
44
fpsInfoResult
= GetFpsInfo();
in ItemData()
46
prevResultFpsInfo =
fpsInfoResult
;
in ItemData()
54
if (
fpsInfoResult
.fps > fullFrame) {
in ItemData()
55
fpsInfoResult
.fps = fullFrame;
in ItemData()
57
result["fps"] = std::to_string(
fpsInfoResult
.fps);
in ItemData()
58
LOGI("result.fps: %s", std::to_string(
fpsInfoResult
.fps).c_str());
in ItemData()
59
LOGI("result.curTime: %s", std::to_string(
fpsInfoResult
.curTime).c_str());
in ItemData()
62
for (size_t i = 0; i <
fpsInfoResult
in ItemData()
75
SetFpsCurrentFpsTime(FpsInfo
fpsInfoResult
)
SetFpsCurrentFpsTime()
argument
[all...]
H
A
D
profiler_fps.cpp
98
FpsInfoProfiler
fpsInfoResult
;
in GetResultFPS()
local
100
fpsInfoResult
= GetFpsInfo();
in GetResultFPS()
101
if (
fpsInfoResult
.fps == 0) {
in GetResultFPS()
103
long long currTime = (
fpsInfoResult
.currTimeDump / msClear) * msClear +
fpsInfoResult
.currTimeDiff;
in GetResultFPS()
105
printf("fps:%d|%lld\n",
fpsInfoResult
.fps, currTime / oneSec);
in GetResultFPS()
107
printf("fps:%d|%lld\n",
fpsInfoResult
.fps, lastCurrTime + oneThousand);
in GetResultFPS()
111
long long currTime = (
fpsInfoResult
.currTimeStamps[0] / msClear) * msClear +
fpsInfoResult
.currTimeDiff;
in GetResultFPS()
113
printf("fps:%d|%lld\n",
fpsInfoResult
in GetResultFPS()
202
GetSectionsFps(FpsInfoProfiler &
fpsInfoResult
, int nums) const
GetSectionsFps()
argument
[all...]
/developtools/profiler/host/smartperf/client/client_command/test/unittest/
H
A
D
fps_test.cpp
48
FpsInfo
fpsInfoResult
;
in HWTEST_F()
local
49
FPS::GetInstance().SetFpsCurrentFpsTime(
fpsInfoResult
);
in HWTEST_F()
H
A
D
sp_daemon_test.cpp
116
FpsInfo
fpsInfoResult
;
in HWTEST_F()
local
118
fps.SetFpsCurrentFpsTime(
fpsInfoResult
);
in HWTEST_F()
/developtools/profiler/host/smartperf/client/client_command/include/
H
A
D
FPS.h
77
void SetFpsCurrentFpsTime(FpsInfo
fpsInfoResult
);
H
A
D
profiler_fps.h
74
void GetSectionsFps(FpsInfoProfiler &
fpsInfoResult
, int nums) const;
Completed in 3 milliseconds