Name Description Size Coverage
__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 18276 -
benchmark.py utility class for running benchmarks in raptor 14652 -
browsertime -
chrome_trace.py Module to handle chrom* profiling. 5189 -
cmdline.py 25016 -
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 6027 -
gecko_profile.py Module to handle Gecko profiling. 9769 -
manifest.py 29634 -
output.py output raptor test results 90672 -
outputhandler.py 1012 -
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. 8562 -
perftest.py Abstract base class for perftests that execute via a subharness, either Raptor or browsertime. 36862 -
raptor.py 7208 -
raptor.toml 3289 -
raptor_profiling.py Superclass to handle profiling in Raptor-Browsertime. 6493 -
results.py Abstract base class to handle perftest results 49174 -
signal_handler.py 578 -
simpleperf.py Module to handle Simpleperf profiling. 5647 -
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. 1245 -
tests -
tooltool-manifests -
utils.py Utility functions for Raptor 5675 -