summaryrefslogtreecommitdiff
path: root/lib/perf_check.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/perf_check.h')
-rw-r--r--lib/perf_check.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/perf_check.h b/lib/perf_check.h
index b60c31c9..f314f842 100644
--- a/lib/perf_check.h
+++ b/lib/perf_check.h
@@ -21,7 +21,6 @@ public:
wxString getRemainingTime(double dataRemaining) const;
wxString getBytesPerSecond() const; //for window
- wxString getOverallBytesPerSecond() const; //for all samples
private:
const long windowSizeRemTime; //unit: [ms]
bgstack15