File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,22 @@ class PMTObserver(BenchmarkObserver):
28
28
29
29
:type observables: string,list/dictionary
30
30
31
+
32
+ :param use_continuous_observer:
33
+ Boolean to control whether or not to measure power/energy using
34
+ Kernel Tuner's continuous benchmarking mode. This improves measurement
35
+ accuracy when using internal power sensors, such as NVML or ROCM,
36
+ which have limited sampling frequency and might return averages
37
+ instead of instantaneous power readings. Default value: False.
38
+
39
+ :type use_continuous_observer: boolean
40
+
41
+
42
+ :param continuous_duration:
43
+ Number of seconds to measure continuously for.
44
+
45
+ :type continuous_duration: scalar
46
+
31
47
"""
32
48
33
49
def __init__ (self , observable = None , use_continuous_observer = False , continuous_duration = 1 ):
You can’t perform that action at this time.
0 commit comments