Parker is being extra annoying

v1
Tri11Paragon 2024-09-24 20:37:54 -04:00
parent 88506e5cce
commit 43be54097e
1 changed files with 2 additions and 2 deletions

View File

@ -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