![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
| class | PerformanceRun |
Functions | |
| main () | |
Variables | |
| str | CALLGRIND_PROFILER = 'callgrind' |
| str | PERFSTAT_PROFILER = 'perfstat' |
| str | NONE_PROFILER = 'none' |
| str | PDFIUM_TEST = 'pdfium_test' |
Measures performance for rendering a single test case with pdfium. The output is a number that is a metric which depends on the profiler specified.
| testing.tools.safetynet_measure.main | ( | ) |
Definition at line 148 of file safetynet_measure.py.
References main().
Referenced by main().
| str testing.tools.safetynet_measure.CALLGRIND_PROFILER = 'callgrind' |
Definition at line 18 of file safetynet_measure.py.
| str testing.tools.safetynet_measure.NONE_PROFILER = 'none' |
Definition at line 20 of file safetynet_measure.py.
| str testing.tools.safetynet_measure.PDFIUM_TEST = 'pdfium_test' |
Definition at line 22 of file safetynet_measure.py.
| str testing.tools.safetynet_measure.PERFSTAT_PROFILER = 'perfstat' |
Definition at line 19 of file safetynet_measure.py.