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:dump_stats
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_bo.c
43
static const bool
dump_stats
= false;
variable
147
if (
dump_stats
) {
in bo_free()
217
if (
dump_stats
) {
in v3dv_bo_alloc()
258
if (
dump_stats
) {
in v3dv_bo_alloc()
398
if (
dump_stats
) {
in v3dv_bo_cache_init()
413
if (
dump_stats
) {
in v3dv_bo_cache_destroy()
431
if (
dump_stats
&& !freed_any) {
in free_stale_bos()
444
if (
dump_stats
&& freed_any) {
in free_stale_bos()
503
if (
dump_stats
) {
in v3dv_bo_free()
H
A
D
v3dv_pipeline_cache.c
30
static const bool
dump_stats
= false;
variable
135
if (
dump_stats
)
in v3dv_pipeline_cache_upload_nir()
184
if (
dump_stats
)
in v3dv_pipeline_cache_search_for_nir()
194
if (
dump_stats
)
in v3dv_pipeline_cache_search_for_nir()
279
if (
dump_stats
)
in v3dv_pipeline_cache_search_for_pipeline()
294
if (
dump_stats
)
in v3dv_pipeline_cache_search_for_pipeline()
461
if (
dump_stats
)
in pipeline_cache_upload_shared_data()
705
if (
dump_stats
)
in pipeline_cache_load()
828
if (
dump_stats
)
in v3dv_MergePipelineCaches()
851
if (
dump_stats
)
in v3dv_MergePipelineCaches()
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H
A
D
v3d_bufmgr.c
38
static bool
dump_stats
= false;
variable
134
if (
dump_stats
) {
in v3d_bo_alloc()
178
if (
dump_stats
) {
in v3d_bo_alloc()
223
if (
dump_stats
) {
in v3d_bo_free()
244
if (
dump_stats
&& !freed_any) {
in free_stale_bos()
256
if (
dump_stats
&& freed_any) {
in free_stale_bos()
314
if (
dump_stats
) {
in v3d_bo_last_unreference_locked_timed()
547
if (
dump_stats
) {
in v3d_bufmgr_destroy()
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_bufmgr.c
39
static bool
dump_stats
= false;
variable
168
if (
dump_stats
) {
in vc4_bo_free()
232
if (
dump_stats
) {
in vc4_bo_alloc()
271
if (
dump_stats
) {
in vc4_bo_alloc()
301
if (
dump_stats
&& !freed_any) {
in free_stale_bos()
316
if (
dump_stats
&& freed_any) {
in free_stale_bos()
368
if (
dump_stats
) {
in vc4_bo_last_unreference_locked_timed()
504
if (
dump_stats
) {
in vc4_bo_alloc_shader()
666
if (
dump_stats
) {
in vc4_bufmgr_destroy()
/third_party/python/Lib/
H
A
D
cProfile.py
45
def
dump_stats
(self, file):
member in Profile
H
A
D
profile.py
71
prof.
dump_stats
(filename)
392
def
dump_stats
(self, file):
member in Profile
H
A
D
pstats.py
195
def
dump_stats
(self, filename):
member in Stats
Completed in 7 milliseconds