OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gc_stats
(Results
1 - 4
of
4
) sorted by null
/external/autotest/scheduler/
gc_stats_unittest.py
9
from autotest_lib.scheduler import
gc_stats
30
gc_stats
._log_garbage_collector_stats()
33
gc_stats
._log_garbage_collector_stats(1)
monitor_db_unittest.py
17
from autotest_lib.scheduler import scheduler_config,
gc_stats
426
self.god.stub_function(
gc_stats
, '_log_garbage_collector_stats')
428
gc_stats
._log_garbage_collector_stats.expect_call()
[
all
...]
monitor_db.py
29
from autotest_lib.scheduler import email_manager,
gc_stats
, host_scheduler
447
gc_stats
._log_garbage_collector_stats()
[
all
...]
/external/v8/src/
flag-definitions.h
659
DEFINE_INT(
gc_stats
, 0, "Used by tracing internally to enable gc statistics")
[
all
...]
Completed in 274 milliseconds