\brief now \return the current time
| 30 | /// \brief now |
| 31 | /// \return the current time |
| 32 | inline time_point now(){ |
| 33 | return std::chrono::high_resolution_clock::now(); |
| 34 | } |
| 35 | |
| 36 | /// \brief duration in nanoseconds |
| 37 | /// \param start the start time |
no outgoing calls