Home
last modified time | relevance | path

Searched refs:print_stats (Results 1 – 25 of 38) sorted by relevance

12

/third_party/pulseaudio/src/tests/
Dmemblock-test.c41 static void print_stats(pa_mempool *p, const char *text) { in print_stats() function
147 print_stats(pool_a, "A"); in START_TEST()
148 print_stats(pool_b, "B"); in START_TEST()
149 print_stats(pool_c, "C"); in START_TEST()
/third_party/ffmpeg/libavformat/
Dsga.c230 static void print_stats(AVFormatContext *s, const char *where) in print_stats() function
394 print_stats(s, "before sga_packet"); in try_packet()
396 print_stats(s, "after sga_packet"); in try_packet()
415 print_stats(s, "start"); in sga_read_packet()
425 print_stats(s, "before read header"); in sga_read_packet()
446 print_stats(s, "after read header"); in sga_read_packet()
/third_party/ffmpeg/libavfilter/
Daf_volumedetect.c93 static void print_stats(AVFilterContext *ctx) in print_stats() function
138 print_stats(ctx); in uninit()
Daf_drmeter.c159 static void print_stats(AVFilterContext *ctx) in print_stats() function
207 print_stats(ctx); in uninit()
/third_party/gstreamer/gstplugins_good/tests/examples/rtp/
Dserver-alsasrc-PCMA.c79 print_stats (GstElement * rtpbin) in print_stats() function
215 g_timeout_add_seconds (1, (GSourceFunc) print_stats, rtpbin); in main()
/third_party/python/Lib/
DcProfile.py40 def print_stats(self, sort=-1): member in Profile
42 pstats.Stats(self).strip_dirs().sort_stats(sort).print_stats()
Dprofile.py72 prof.print_stats(sort)
386 def print_stats(self, sort=-1): member in Profile
389 print_stats()
/third_party/python/Doc/library/
Dprofile.rst147 p.strip_dirs().sort_stats(-1).print_stats()
152 :meth:`~pstats.Stats.print_stats` method printed out all the statistics. You
156 p.print_stats()
162 p.sort_stats(SortKey.CUMULATIVE).print_stats(10)
171 p.sort_stats(SortKey.TIME).print_stats(10)
178 p.sort_stats(SortKey.FILENAME).print_stats('__init__')
184 p.sort_stats(SortKey.TIME, SortKey.CUMULATIVE).print_stats(.5, 'init')
265 ps.print_stats()
276 pr.print_stats()
294 .. method:: print_stats(sort=-1)
[all …]
/third_party/ltp/testcases/kernel/fs/mongo/
Dreiser_fract_tree.c230 void print_stats() in print_stats() function
497 print_stats(); in main()
/third_party/python/Tools/scripts/
Dndiff.py131 stats.strip_dirs().sort_stats('time').print_stats()
/third_party/e2fsprogs/lib/ext2fs/
Dbmap64.h93 void (*print_stats)(ext2fs_generic_bitmap_64); member
Dblkmap64_ba.c489 .print_stats = ba_print_stats,
/third_party/python/Lib/test/
Dtest_profile.py84 stats.print_stats()
/third_party/mesa3d/src/freedreno/ir3/
Ddisasm-a3xx.c106 print_stats(struct disasm_ctx *ctx) in print_stats() function
553 print_stats(&ctx); in disasm_a3xx_stat()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.c416 static void print_stats(struct radeon_compiler * c) in print_stats() function
494 print_stats(c); in rc_run_compiler()
/third_party/boost/libs/move/test/
Dbench_sort.cpp31 void print_stats(const char *str, boost::ulong_long_type element_count) in print_stats() function
Dbench_merge.cpp32 void print_stats(const char *str, boost::ulong_long_type element_count) in print_stats() function
/third_party/ffmpeg/fftools/
Dffmpeg.h623 extern int print_stats;
/third_party/openGLES/xml/
Dgenheaders.py575 p.strip_dirs().sort_stats('time').print_stats(50)
Dgenglvnd.py626 p.strip_dirs().sort_stats('time').print_stats(50)
/third_party/skia/third_party/externals/opengl-registry/xml/
Dgenheaders.py598 p.strip_dirs().sort_stats('time').print_stats(50)
Dgenglvnd.py656 p.strip_dirs().sort_stats('time').print_stats(50)
/third_party/skia/third_party/externals/egl-registry/api/
Dgenheaders.py638 p.strip_dirs().sort_stats('time').print_stats(50)
/third_party/EGL/api/
Dgenheaders.py617 p.strip_dirs().sort_stats('time').print_stats(50)
/third_party/openssl/apps/
Ds_server.c69 static void print_stats(BIO *bp, SSL_CTX *ctx);
2168 print_stats(bio_s_out, ctx); in s_server_main()
2211 static void print_stats(BIO *bio, SSL_CTX *ssl_ctx) in print_stats() function
2571 print_stats(bio_s_out, SSL_get_SSL_CTX(con)); in sv_body()
3190 print_stats(io, SSL_get_SSL_CTX(con)); in www_body()

12