summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc/telemetry.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'xmrstak/misc/telemetry.hpp')
-rw-r--r--xmrstak/misc/telemetry.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/misc/telemetry.hpp b/xmrstak/misc/telemetry.hpp
index 2f84dfa..309fd6d 100644
--- a/xmrstak/misc/telemetry.hpp
+++ b/xmrstak/misc/telemetry.hpp
@@ -11,7 +11,7 @@ class telemetry
public:
telemetry(size_t iThd);
void push_perf_value(size_t iThd, uint64_t iHashCount, uint64_t iTimestamp);
- double calc_telemetry_data(size_t iLastMilisec, size_t iThread);
+ double calc_telemetry_data(size_t iLastMillisec, size_t iThread);
private:
constexpr static size_t iBucketSize = 2 << 11; //Power of 2 to simplify calculations
OpenPOWER on IntegriCloud