OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_main_thread
(Results
1 - 7
of
7
) sorted by null
/external/jemalloc/test/integration/
allocated.c
98
TEST_BEGIN(
test_main_thread
)
120
test_main_thread
,
122
test_main_thread
,
124
test_main_thread
));
thread_tcache_enabled.c
86
TEST_BEGIN(
test_main_thread
)
108
test_main_thread
,
110
test_main_thread
,
112
test_main_thread
));
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profiler_unittest.cc
69
static void
test_main_thread
() {
function
108
test_main_thread
();
135
test_main_thread
();
profiler_unittest.sh
113
mthread1=`"$PPROF" $PPROF_FLAGS $exec1 "$prof1" | grep
test_main_thread
| awk '{print $1}'`
114
mthread2=`"$PPROF" $PPROF_FLAGS $exec2 "$prof2" | grep
test_main_thread
| awk '{print $1}'`
172
mthread=`$PPROF $PPROF_FLAGS $exec1 "$prof1" | grep
test_main_thread
| awk '{print $1}'`
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
profiler_unittest.cc
69
static void
test_main_thread
() {
function
108
test_main_thread
();
135
test_main_thread
();
profiler_unittest.sh
113
mthread1=`"$PPROF" $PPROF_FLAGS $exec1 "$prof1" | grep
test_main_thread
| awk '{print $1}'`
114
mthread2=`"$PPROF" $PPROF_FLAGS $exec2 "$prof2" | grep
test_main_thread
| awk '{print $1}'`
172
mthread=`$PPROF $PPROF_FLAGS $exec1 "$prof1" | grep
test_main_thread
| awk '{print $1}'`
/external/chromium_org/third_party/tcmalloc/vendor/doc/
cpuprofile.html
214
<p>For instance, the timing information for
test_main_thread
()
216
code in <code>
test_main_thread
()</code> and 200 units were spent while
217
executing <code>
test_main_thread
()</code> and its callees such as
230
<code>
test_main_thread
()</code> to <code>snprintf()</code> indicates
231
that of the 200 samples in <code>
test_main_thread
()</code>, 37 are
234
<p>Note that <code>
test_main_thread
()</code> has an edge to
235
<code>vsnprintf()</code>, even though <code>
test_main_thread
()</code>
Completed in 336 milliseconds