__init__.py |
|
617 |
awsy_test_case.py |
Base test case for AWSY tests.
|
14647 |
parse_about_memory.py |
Calculates the sum for the given data point path and its children. If
path does not end with a '/' then only the value for the exact path is
returned.
|
5908 |
process_perf_data.py |
Updates checkpoints with memory report file fetched in data_path
:param checkpoint_files: list of files in data_path
:param checkpoints: The checkpoints to update the path of.
|
6961 |
test_base_memory_usage.py |
Provides a base case test that just loads about:memory and reports the
memory usage of a single content process.
|
4997 |
test_memory_usage.py |
Provides a test that collects memory usage at various checkpoints:
- "Start" - Just after startup
- "StartSettled" - After an additional wait time
- "TabsOpen" - After opening all provided URLs
- "TabsOpenSettled" - After an additional wait time
- "TabsOpenForceGC" - After forcibly invoking garbage collection
- "TabsClosed" - After closing all tabs
- "TabsClosedSettled" - After an additional wait time
- "TabsClosedForceGC" - After forcibly invoking garbage collection
|
8463 |
webservers.py |
|
2710 |