Home
last modified time | relevance | path

Searched refs:_FLUSH_LIMIT (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/startop/scripts/trace_analyzer/lib/
Dtrace2db.py31 _FLUSH_LIMIT = 10000 # how many entries are parsed before flushing to DB from memory variable
260 global _FLUSH_LIMIT
347 if count % _FLUSH_LIMIT == 0: