Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
testing.tools.safetynet_measure Namespace Reference

Classes

class  PerformanceRun
 

Functions

 main ()
 

Variables

str CALLGRIND_PROFILER = 'callgrind'
 
str PERFSTAT_PROFILER = 'perfstat'
 
str NONE_PROFILER = 'none'
 
str PDFIUM_TEST = 'pdfium_test'
 

Detailed Description

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.

Function Documentation

◆ main()

testing.tools.safetynet_measure.main ( )

Definition at line 148 of file safetynet_measure.py.

References testing.tools.safetynet_measure.main().

Referenced by testing.tools.safetynet_measure.main().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ CALLGRIND_PROFILER

str testing.tools.safetynet_measure.CALLGRIND_PROFILER = 'callgrind'

Definition at line 18 of file safetynet_measure.py.

◆ NONE_PROFILER

str testing.tools.safetynet_measure.NONE_PROFILER = 'none'

Definition at line 20 of file safetynet_measure.py.

◆ PDFIUM_TEST

str testing.tools.safetynet_measure.PDFIUM_TEST = 'pdfium_test'

Definition at line 22 of file safetynet_measure.py.

◆ PERFSTAT_PROFILER

str testing.tools.safetynet_measure.PERFSTAT_PROFILER = 'perfstat'

Definition at line 19 of file safetynet_measure.py.