Document predefined colors.

This commit is contained in:
Bartosz Taudul 2017-11-27 23:20:13 +01:00
parent dd8694350e
commit 824d9e9bca

View File

@ -125,3 +125,5 @@ While the data collection is very lightweight, it is not completely free. Each r
![](doc/cost.png) ![](doc/cost.png)
Lua instrumentation needs to perform additional work (including memory allocation) to store source location. This approximately doubles the data collection cost. Lua instrumentation needs to perform additional work (including memory allocation) to store source location. This approximately doubles the data collection cost.
You may use named colors predefined in `common/TracyColor.hpp` (included by `Tracy.hpp`). Visual reference: [wikipedia](https://en.wikipedia.org/wiki/X11_color_names).