We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a2649e commit 5f08fefCopy full SHA for 5f08fef
1 file changed
sams/sampler/Software.py
@@ -215,9 +215,9 @@ def sample(self):
215
"total_user": total["user"],
216
"total_system": total["system"],
217
"user": (total["user"] - self.last_total["user"])
218
- / self.sampler_interval,
+ / time_diff,
219
"system": (total["system"] - self.last_total["system"])
220
221
}
222
223
self.compute_sample_averages(entry["current"])
0 commit comments