class steady_clock;
member type | definition | notes |
---|---|---|
rep | An arithmetic type (or a class that emulates it) | Used to store a count of periods. |
period | A ratio type | Represents the length of a period in seconds. |
duration | duration<rep,period> | The clock's duration type. |
time_point | time_point<steady_clock> | The clock's time_point type. |
member constant | definition |
---|---|
is_steady | true |
|
|
printing out 1000 stars... ******************************************************************************** ******************************************************************************** ******************************************************************************** ******************************************************************************** ******************************************************************************** ******************************************************************************** ******************************************************************************** ******************************************************************************** ******************************************************************************** ******************************************************************************** ******************************************************************************** ******************************************************************************** **************************************** It took me 0.112006 seconds. |