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:sort_stats
(Results
1 - 12
of
12
) sorted by relevance
/third_party/python/Lib/test/
H
A
D
test_pstats.py
45
self.stats.
sort_stats
(arg_int)
53
self.stats.
sort_stats
(sort_name)
61
self.stats.
sort_stats
(sort_name)
67
self.stats.
sort_stats
(member)
92
self.assertRaises(TypeError, self.stats.
sort_stats
,
95
self.assertRaises(TypeError, self.stats.
sort_stats
,
H
A
D
test_profile.py
40
stats.strip_dirs().
sort_stats
("stdname")
/third_party/python/Tools/scripts/
H
A
D
ndiff.py
131
stats.strip_dirs().
sort_stats
('time').print_stats()
/third_party/python/Lib/
H
A
D
cProfile.py
43
pstats.Stats(self).strip_dirs().
sort_stats
(sort).print_stats()
H
A
D
pstats.py
92
The
sort_stats
() method now processes some additional options (i.e., in
98
For example
sort_stats
('time', 'name') or
sort_stats
(SortKey.TIME,
101
sort_stats
() and get_sort_arg_defs(self) for more examples.
104
Stats('foo', 'goo').strip_dirs().
sort_stats
('calls').\
237
def
sort_stats
(self, *field):
member in Stats
732
self.stats.
sort_stats
(*line.split())
H
A
D
profile.py
389
pstats.Stats(self).strip_dirs().
sort_stats
(sort). \
/third_party/EGL/api/
H
A
D
genheaders.py
617
p.strip_dirs().
sort_stats
('time').print_stats(50)
/third_party/openGLES/xml/
H
A
D
genglvnd.py
626
p.strip_dirs().
sort_stats
('time').print_stats(50)
H
A
D
genheaders.py
575
p.strip_dirs().
sort_stats
('time').print_stats(50)
/third_party/skia/third_party/externals/opengl-registry/xml/
H
A
D
genglvnd.py
656
p.strip_dirs().
sort_stats
('time').print_stats(50)
H
A
D
genheaders.py
598
p.strip_dirs().
sort_stats
('time').print_stats(50)
/third_party/skia/third_party/externals/egl-registry/api/
H
A
D
genheaders.py
638
p.strip_dirs().
sort_stats
('time').print_stats(50)
Completed in 10 milliseconds