Lines Matching +full:fast +full:- +full:glob
4 [Trace Processor](/docs/analysis/trace-processor.md): it allows fast (<1s)
19 [go/perfetto-btp-load-internal](http://goto.corp.google.com/perfetto-btp-load-internal) for how to …
26 'traces/slow-start.pftrace',
28 'traces/high-battery-drain.pftrace',
34 [glob](https://docs.python.org/3/library/glob.html) can be used to load
39 files = glob.glob('traces/*.pftrace')
44 NOTE: loading too many traces can cause out-of-memory issues: see
45 [this](/docs/analysis/batch-trace-processor#memory-usage) section for details.
49 using [trace URIs](/docs/analysis/batch-trace-processor#trace-uris):
69 [Python API](/docs/analysis/batch-trace-processor#python-api).
83 single dataframe instead of getting one dataframe per-trace. To support this,
123 converting URIs to trace bytes is left to *resolvers* - Python
124 classes associated to each *protocol* and use the key-value pairs in the URI
136 making queries fast (<1s) even on hundreds of traces.