mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-16 23:07:13 +02:00
removed get from the users class and changed put
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
namespace sls{
|
||||
|
||||
class Timer {
|
||||
using clock = std::chrono::high_resolution_clock;
|
||||
using time_point = std::chrono::time_point<clock>;
|
||||
@ -31,4 +33,6 @@ class Timer {
|
||||
std::string name_;
|
||||
};
|
||||
|
||||
|
||||
}; //namespace sls
|
||||
#endif // TIMER_H
|
||||
|
Reference in New Issue
Block a user