Frame profiler
Go to file
Bartosz Taudul bd622c304a Limit pthread thread name to 16 bytes.
This is a documented pthread restriction. Passing longer strings has no
effect (i.e. thread name is not set).
2017-09-22 21:45:35 +02:00
client Better thread name retrieval. 2017-09-22 02:10:36 +02:00
common Limit pthread thread name to 16 bytes. 2017-09-22 21:45:35 +02:00
imgui Wrap imgui stb into a namespace. 2017-09-21 02:16:27 +02:00
server Accumulate drag offset if time delta is less than 1 ns. 2017-09-22 21:39:14 +02:00
standalone Update glfw to 3.2.1, vs2015. 2017-09-20 20:36:17 +02:00
test Add simple test application. 2017-09-22 19:32:49 +02:00
.gitignore Ignore imgui.ini files. 2017-09-15 22:50:36 +02:00