Change default util::clock duration & clock type
This commit is contained in:
parent
61919a264e
commit
051e812358
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
namespace psemek::util
|
||||
{
|
||||
|
||||
template <typename Duration = std::chrono::duration<double>, typename Clock = std::chrono::system_clock>
|
||||
template <typename Duration = std::chrono::duration<float>, typename Clock = std::chrono::high_resolution_clock>
|
||||
struct clock
|
||||
{
|
||||
typedef Duration duration_type;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue