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:perf
(Results
1 - 25
of
25
) sorted by relevance
/foundation/distributeddatamgr/preferences/test/js/unittest/storage/src/
H
A
D
StorageHelperJsunit.test.js
74
let
perf
= storage.getStorageSync('/data/storage/el2/database/test_storage1');
75
perf
.putSync('test', 2);
76
perf
.flushSync();
82
perf
= storage.getStorageSync('/data/storage/el2/database/test_storage1');
83
var value =
perf
.getSync('test', 0);
92
let
perf
= storage.getStorageSync('/data/test_storage2');
93
perf
= null;
107
let
perf
= storage.getStorageSync('/data/test_storage3');
114
perf
.putSync("int", 3);
126
let
perf
[all...]
/foundation/distributeddatamgr/preferences/test/js/unittest/preferences/src/
H
A
D
PreferencesHelperJsunit.test.js
152
let
perf
= await data_preferences.getPreferences(context, NAME);
153
perf
= null;
167
let
perf
= await data_preferences.getPreferences(context, { name: NAME });
168
perf
= null;
197
let
perf
= await data_preferences.getPreferences(context, NAME);
198
perf
= null;
212
let
perf
= await data_preferences.getPreferences(context, { name: NAME });
/foundation/graphic/graphic_3d/lume/LumeRender/src/perf/
H
A
D
cpu_perf_scope.h
24
#include <core/
perf
/intf_performance_data_manager.h>
27
#include "
perf
/cpu_timer.h"
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/perf/
H
A
D
cpu_perf_scope.h
25
#include <core/
perf
/intf_performance_data_manager.h>
/foundation/graphic/graphic_3d/lume/LumeEngine/src/perf/
H
A
D
performance_data_manager.h
31
#include <core/
perf
/intf_performance_data_manager.h>
H
A
D
performance_data_manager.cpp
37
#include <core/
perf
/intf_performance_data_manager.h>
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H
A
D
ge_mesa_blur_shader_filter.cpp
202
float
perf
= (blurRadius_ - BLUR_RADIUS_1) * 0.33333333 + 1;
in SetBlurParams()
local
203
bParam.offsets[stride * numberOfPasses] = blurParam *
perf
;
in SetBlurParams()
204
bParam.offsets[stride * numberOfPasses + 1] = blurParam *
perf
;
in SetBlurParams()
225
float
perf
= (blurRadius_ - BLUR_RADIUS_1P5 + newStride + 1);
in SetBlurParams()
local
226
bParam.offsets[stride * numberOfPasses] = BLUR_PARAM_A *
perf
+ BLUR_PARAM_B;
in SetBlurParams()
227
bParam.offsets[stride * numberOfPasses + 1] = BLUR_PARAM_A *
perf
+ BLUR_PARAM_B;
in SetBlurParams()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H
A
D
gpu_buffer_gles.cpp
20
#include <core/
perf
/intf_performance_data_manager.h>
H
A
D
gpu_image_gles.cpp
20
#include <core/
perf
/intf_performance_data_manager.h>
H
A
D
render_backend_gles.cpp
20
#include <core/
perf
/intf_performance_data_manager.h>
25
#include "
perf
/gpu_query.h"
26
#include "
perf
/gpu_query_manager.h"
2545
// a few helpers for updating
perf
counters and binding the sampler/texture/buffer
in BindResources()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/dev/
H
A
D
file_monitor.cpp
31
#include <core/
perf
/cpu_perf_scope.h>
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H
A
D
gpu_buffer_vk.cpp
27
#include <core/
perf
/intf_performance_data_manager.h>
H
A
D
gpu_memory_allocator_vk.cpp
64
#include <core/
perf
/intf_performance_data_manager.h>
H
A
D
gpu_image_vk.cpp
25
#include <core/
perf
/intf_performance_data_manager.h>
H
A
D
render_backend_vk.cpp
27
#include <core/
perf
/intf_performance_data_manager.h>
36
#include "
perf
/gpu_query.h"
37
#include "
perf
/gpu_query_manager.h"
2810
perfDataSet->perfCounters = {}; // reset
perf
counters
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/
H
A
D
image_loader_manager.cpp
35
#include <core/
perf
/cpu_perf_scope.h>
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H
A
D
render_preprocessor_system.cpp
43
#include <core/
perf
/cpu_perf_scope.h>
44
#include <core/
perf
/intf_performance_data_manager.h>
H
A
D
animation_system.cpp
43
#include <core/
perf
/cpu_perf_scope.h>
44
#include <core/
perf
/intf_performance_data_manager.h>
H
A
D
render_system.cpp
74
#include <core/
perf
/cpu_perf_scope.h>
75
#include <core/
perf
/intf_performance_data_manager.h>
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H
A
D
render_context.cpp
25
#include <core/
perf
/intf_performance_data_manager.h>
H
A
D
renderer.cpp
27
#include <core/
perf
/intf_performance_data_manager.h>
37
#include "
perf
/cpu_perf_scope.h"
57
#include "
perf
/cpu_timer.h"
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H
A
D
ecs.cpp
35
#include <core/
perf
/cpu_perf_scope.h>
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H
A
D
render_node_graph_manager.cpp
26
#include <core/
perf
/intf_performance_data_manager.h>
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H
A
D
gltf2_loader.cpp
33
#include <core/
perf
/cpu_perf_scope.h>
34
#include <core/
perf
/intf_performance_data_manager.h>
H
A
D
gltf2_importer.cpp
63
#include <core/
perf
/cpu_perf_scope.h>
64
#include <core/
perf
/intf_performance_data_manager.h>
Completed in 35 milliseconds