Parker is being extra annoying
parent
88506e5cce
commit
43be54097e
|
@ -1,4 +1,4 @@
|
|||
# **BLT v0.16**
|
||||
# **BLT v0.20**
|
||||
A C++17 common utilities library to make thing easy!
|
||||
|
||||
![Icon](icon_large.png)
|
||||
|
@ -98,4 +98,4 @@ from the v1 profiler. It is encouraged to use the new blt::* profile functions o
|
|||
- `std::chrono::duration_cast<std::chrono::nanoseconds>(std::chrono::high_resolution_clock::now().time_since_epoch()).count()` becomes `blt::system::nanoTime()`
|
||||
- Formatted time string with year/month/date + current time
|
||||
- ## Profiling
|
||||
- Basic profiler with history and formatted output
|
||||
- Basic profiler with history and formatted output
|
||||
|
|
Loading…
Reference in New Issue