Name Description Size
__init__.py 0
base_python_support.py This function is used to save the bt_result, raw_result that way we can reference and use this data across the different BasePythonSupport classes. Each of the elements in self.raw_result is an individual page_cycle. Each of the values within a metric in one of those page_cycles is a separate browser iteration. :param dict raw_result: all non-browsertime parts of the test, should include things like the android version, ttfb, and cpu usage :param dict bt_result: browsertime results/version info from the test return: None 17347
benchmark.py utility class for running benchmarks in raptor 13666
browsertime
chrome_trace.py Module to handle chrom* profiling. 5240
cmdline.py 24363
filters.py data filters: takes a series of run data and applies statistical transforms to it Each filter is a simple function, but it also have attached a special `prepare` method that create a tuple with one instance of a :class:`Filter`; this allow to write stuff like:: from raptor import filters filter_list = filters.ignore_first.prepare(1) + filters.median.prepare() for filter in filter_list: data = filter(data) # data is filtered 6034
gecko_profile.py Module to handle Gecko profiling. 9847
manifest.py 28042
output.py output raptor test results 87975
outputhandler.py 1020
perfdocs
performance_tuning.py Set various performance-oriented parameters, to reduce jitter. This includes some device-specific kernel tweaks. For more information, see https://bugzilla.mozilla.org/show_bug.cgi?id=1547135. 7720
perftest.py Abstract base class for perftests that execute via a subharness, either Raptor or browsertime. 35908
raptor.py 7208
raptor.toml 3021
raptor_profiling.py Superclass to handle profiling in Raptor-Browsertime. 6651
results.py Abstract base class to handle perftest results 48679
signal_handler.py 578
support_class_utils.py This function returns a BasePythonSupport subclass from the given path. :param str path: The path pointing to the custom support subclass. :return: A subclass of BasePythonSupport. 1213
tests
tooltool-manifests
utils.py Utility functions for Raptor 5675