Bartosz Taudul
98b5363ebc
Add frame set histogram.
2018-09-01 01:48:00 +02:00
Bartosz Taudul
9b8a0a8364
Display total frame set time.
2018-09-01 01:48:00 +02:00
Bartosz Taudul
27a2d8595d
Time is int64_t.
2018-09-01 01:48:00 +02:00
Bartosz Taudul
cb47ac6165
Actually mark the data as used.
2018-09-01 01:01:41 +02:00
Bartosz Taudul
907da3265d
Fix string handling.
2018-08-31 20:08:04 +02:00
Bartosz Taudul
0f72461c3e
Fix for GLFW 3.1.
2018-08-31 20:06:38 +02:00
Bartosz Taudul
009c877982
Update NEWS.
2018-08-31 19:44:17 +02:00
Bartosz Taudul
00fb98ed64
Only show window when it's ready.
2018-08-31 19:40:08 +02:00
Bartosz Taudul
a9dd70251b
Save window position, size, maximized state.
2018-08-31 19:38:19 +02:00
Bartosz Taudul
bc886e4287
Save path is not persistent.
2018-08-31 19:38:05 +02:00
Bartosz Taudul
9da3364c77
Display non-rounded FPS in a tooltip.
2018-08-31 18:58:39 +02:00
Bartosz Taudul
230ee71368
Do not recalculate frame stats, if frame data didn't change.
2018-08-31 18:51:00 +02:00
Bartosz Taudul
4ee8e7c372
Also display frames per second for average and median frame times.
2018-08-31 18:43:25 +02:00
Bartosz Taudul
fca71e6e0d
Update to imgui 1.64.
2018-08-31 18:37:29 +02:00
Bartosz Taudul
0d6d296e94
Display average and median frame times.
2018-08-31 15:32:30 +02:00
Bartosz Taudul
d977fa004d
Enable keyboard navigation.
2018-08-30 02:08:08 +02:00
Bartosz Taudul
f1e4d949a0
Update bindings.
2018-08-30 02:01:12 +02:00
Bartosz Taudul
d287250e25
Also update imgui_freetype.
2018-08-30 01:01:23 +02:00
Bartosz Taudul
1875abed91
Fix obsolete enum.
2018-08-30 00:57:01 +02:00
Bartosz Taudul
38a2951e97
Update to ImGui 1.63.
2018-08-30 00:55:19 +02:00
Bartosz Taudul
0f5ee69668
Add missing include.
2018-08-29 23:25:42 +02:00
Bartosz Taudul
411f956db2
Save imgui.ini in a common location.
2018-08-29 23:22:54 +02:00
Bartosz Taudul
204cc019ea
Add file storage helpers.
2018-08-29 23:22:44 +02:00
Bartosz Taudul
81655816f0
Display captured program name and capture time.
2018-08-29 01:02:29 +02:00
Bartosz Taudul
8f1acf2571
Store explicit program name and capture time.
2018-08-29 01:02:29 +02:00
Bartosz Taudul
128577d7bf
Remove parenthesis from TracyVkDestroy macro.
2018-08-28 16:45:05 +02:00
Bartosz Taudul
dd0556fa0f
Update NEWS.
2018-08-28 01:49:59 +02:00
Bartosz Taudul
bc6a553a3a
Fetch thread names in memory events.
2018-08-28 01:48:19 +02:00
Bartosz Taudul
0b568d55ba
Add thread that only allocates memory.
2018-08-28 01:48:03 +02:00
Bartosz Taudul
00da3ba6eb
SEGV_{BND,PKU}ERR might not be defined.
2018-08-27 14:45:07 +02:00
Bartosz Taudul
8ab3409266
Crash handling works on android.
2018-08-27 14:08:54 +02:00
Bartosz Taudul
2ebe9b72d1
There's no getlogin_t() on android.
2018-08-27 13:59:19 +02:00
Bartosz Taudul
c0d140b405
Add a note about external trace compression.
2018-08-26 20:47:08 +02:00
Bartosz Taudul
989c28d1fe
Describe high compression mode.
2018-08-26 17:06:14 +02:00
Bartosz Taudul
a5b99b54c8
Allow specifying FileWrite compression level.
...
Note that extreme compression level is not exposed in the update
utility.
% time update.exe long.tracy out.tracy
long.tracy (0.3.201) -> out.tracy (0.3.204)
update.exe long.tracy 0,00s user 0,00s system 0% cpu 13,464 total
% time update.exe --hc long.tracy outhc.tracy
long.tracy (0.3.201) -> outhc.tracy (0.3.204)
update.exe --hc long.trac 0,00s user 0,00s system 0% cpu 3:46,23 total
% ls -l long.tracy out*
-rw-r--r-- 1 wolf Brak 1621546031 07-30 22:51 long.tracy
-rw-r--r-- 1 wolf Brak 1621579467 08-26 16:44 out.tracy
-rw-r--r-- 1 wolf Brak 1397610127 08-26 16:48 outhc.tracy
2018-08-26 16:49:27 +02:00
Bartosz Taudul
39fd3b3a6f
Add optional high compression mode to update utility.
2018-08-26 16:28:46 +02:00
Bartosz Taudul
b3b12f76f3
Add LZ4HC support to FileWrite.
2018-08-26 16:25:43 +02:00
Bartosz Taudul
0f0528ca3d
Add LZ4HC.
2018-08-26 16:23:34 +02:00
Bartosz Taudul
9c4909d22f
Describe source file window.
2018-08-25 17:31:52 +02:00
Bartosz Taudul
31003690ed
Describe call stack window.
2018-08-25 17:16:05 +02:00
Bartosz Taudul
4910a43a24
Rearrange zones, locks, plots.
2018-08-25 17:02:49 +02:00
Bartosz Taudul
2d7b18aa37
Describe zone info window.
2018-08-25 16:55:49 +02:00
Bartosz Taudul
40fc1edd2a
Describe trace information window.
2018-08-25 16:17:06 +02:00
Bartosz Taudul
b851072919
Describe memory window.
2018-08-25 16:10:24 +02:00
Bartosz Taudul
d835d4da2a
Remove display of found allocations count.
2018-08-25 15:07:23 +02:00
Bartosz Taudul
256d905ed5
Hide memory address search in "allocations" section.
2018-08-25 15:05:22 +02:00
Bartosz Taudul
0beee3f803
Describe: options, messages, find zone, compare traces, statistics.
2018-08-24 20:07:21 +02:00
Bartosz Taudul
2148f7c352
Forgot about the options button.
2018-08-24 17:24:31 +02:00
Bartosz Taudul
5b0fdadf78
Use full mouse button descriptions. Slight reword.
2018-08-24 17:22:12 +02:00
Bartosz Taudul
aa2a4da311
Describe navigating the view.
2018-08-23 21:01:18 +02:00