Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/benchmarks/bonnie++/files/patch-duration.cpp
16124 views
1
--- duration.cpp.orig 2016-06-30 09:41:58.000000000 +0000
2
+++ duration.cpp 2016-10-18 20:09:09.173611133 +0000
3
@@ -1,5 +1,3 @@
4
-using namespace std;
5
-
6
#include <stdlib.h>
7
8
#include "duration.h"
9
@@ -20,6 +18,8 @@
10
#endif
11
#endif
12
13
+using namespace std;
14
+
15
Duration_Base::Duration_Base()
16
: m_start(0.0)
17
, m_max(0.0)
18
19