Bartosz Taudul
|
065964b216
|
Send data before sleeping during shutdown.
|
2017-11-11 14:23:55 +01:00 |
|
Bartosz Taudul
|
fc4e31bb8f
|
Wait for send buffer to be full before sending data.
|
2017-11-11 14:16:37 +01:00 |
|
Bartosz Taudul
|
35391d08f1
|
TracyCountBits should be static inline.
|
2017-11-11 02:46:41 +01:00 |
|
Bartosz Taudul
|
88d4580631
|
Proper initialization order.
|
2017-11-11 02:44:51 +01:00 |
|
Bartosz Taudul
|
f1ac7e9d49
|
Remove unused variable.
|
2017-11-11 02:42:17 +01:00 |
|
Bartosz Taudul
|
ca4483ecf5
|
Prevent source location payload duplication.
|
2017-11-11 02:31:51 +01:00 |
|
Bartosz Taudul
|
24084cbcd2
|
Standard way of string reference storage in SourceLocation.
StringRef::isptr was changed to isidx, as initialization of empty
SourceLocation zeroes the struct.
|
2017-11-11 02:02:47 +01:00 |
|
Bartosz Taudul
|
947cd04e5e
|
General solution for string pointer/index problem.
|
2017-11-11 01:39:34 +01:00 |
|
Bartosz Taudul
|
fb46b3cf24
|
Restore process name retrieval on cygwin.
|
2017-11-10 19:46:31 +01:00 |
|
Bartosz Taudul
|
96ce90c6ed
|
Common storage for plot names.
|
2017-11-10 19:41:37 +01:00 |
|
Bartosz Taudul
|
5ec3ccd595
|
Store m_strings in common string storage.
|
2017-11-10 19:30:17 +01:00 |
|
Bartosz Taudul
|
b28fdc94ce
|
Use common string storage for thread names.
|
2017-11-10 19:24:12 +01:00 |
|
Bartosz Taudul
|
1baf7faf8f
|
Construct temporary in-place string.
|
2017-11-10 19:15:00 +01:00 |
|
Bartosz Taudul
|
51459d724c
|
Don't use std::string to pass strings.
|
2017-11-10 18:39:43 +01:00 |
|
Bartosz Taudul
|
d9bdd56208
|
String pointer translation map is now named pointerMap.
|
2017-11-10 18:24:20 +01:00 |
|
Bartosz Taudul
|
8e78e38334
|
String map is not needed when reading timeline.
|
2017-11-10 18:22:41 +01:00 |
|
Bartosz Taudul
|
2887753b5d
|
Separate custom string processing from string storage.
|
2017-11-10 17:45:19 +01:00 |
|
Bartosz Taudul
|
f6af913fd3
|
Remove ability to disable LZ4 compression.
|
2017-11-10 17:34:11 +01:00 |
|
Bartosz Taudul
|
44ee282b6e
|
Store custom strings in an addressable vector.
|
2017-11-10 17:13:30 +01:00 |
|
Bartosz Taudul
|
97fad073d9
|
Update imgui to 1.52.
|
2017-11-10 03:01:56 +01:00 |
|
Bartosz Taudul
|
fbfe625828
|
Mention that tracy is real-time.
|
2017-11-09 21:25:02 +01:00 |
|
Bartosz Taudul
|
1e4381ff42
|
Add a note about header requirements.
|
2017-11-09 19:04:04 +01:00 |
|
Bartosz Taudul
|
0aef1b6d4d
|
Proper tooltip for one condensed lock block.
|
2017-11-07 22:14:54 +01:00 |
|
Bartosz Taudul
|
4821a58720
|
Fix frame line flicker on big zoom.
|
2017-11-07 22:11:27 +01:00 |
|
Bartosz Taudul
|
8727910289
|
Snap lines to pixel grid.
|
2017-11-07 22:02:27 +01:00 |
|
Bartosz Taudul
|
2ca28b779a
|
Display proper tooltip when only 1 zone is too small to display.
|
2017-11-07 21:51:21 +01:00 |
|
Bartosz Taudul
|
bb59eafda4
|
Remove zone block rounding.
|
2017-11-07 21:48:24 +01:00 |
|
Bartosz Taudul
|
d34a01eb96
|
Remove lock block rounding.
|
2017-11-07 21:46:17 +01:00 |
|
Bartosz Taudul
|
e869b6ead9
|
Proper drawing of lock inaccuracy indicators.
|
2017-11-07 01:51:30 +01:00 |
|
Bartosz Taudul
|
68f66a923e
|
Lua zone text.
|
2017-11-07 00:35:15 +01:00 |
|
Bartosz Taudul
|
27dd46a97d
|
Lua message sending.
|
2017-11-07 00:28:23 +01:00 |
|
Bartosz Taudul
|
9046a72f82
|
Fix enabled/disabled includes.
|
2017-11-06 15:16:12 +01:00 |
|
Bartosz Taudul
|
8d4b10be4d
|
Fix typo.
|
2017-11-06 15:16:06 +01:00 |
|
Bartosz Taudul
|
eb842cd029
|
Disable asserts in release mode.
|
2017-11-06 02:04:57 +01:00 |
|
Bartosz Taudul
|
d7e7aa275a
|
Fix handling of unnamed functions.
|
2017-11-06 02:02:16 +01:00 |
|
Bartosz Taudul
|
5d2f2beb53
|
Increase zoom speed.
|
2017-11-06 01:04:49 +01:00 |
|
Bartosz Taudul
|
25dc92f888
|
Add a note about platform support list not being complete.
|
2017-11-05 21:56:12 +01:00 |
|
Bartosz Taudul
|
b753b02c10
|
Additional notes for ARM hardware.
|
2017-11-05 21:54:16 +01:00 |
|
Bartosz Taudul
|
21e63258a5
|
Document lua support.
|
2017-11-05 21:50:18 +01:00 |
|
Bartosz Taudul
|
58ef34ce42
|
Save/load source location payloads.
|
2017-11-05 21:36:22 +01:00 |
|
Bartosz Taudul
|
c6a7bcb086
|
Store source location payloads.
No saving yet. No detection of duplicate entries.
|
2017-11-05 21:24:50 +01:00 |
|
Bartosz Taudul
|
4aa93f6285
|
Adjust default lua zone color.
|
2017-11-05 21:22:48 +01:00 |
|
Bartosz Taudul
|
8178b61973
|
Wrap access to source location function and file.
|
2017-11-05 21:03:08 +01:00 |
|
Bartosz Taudul
|
3d2450fc10
|
Store source locations in a proper data structure.
|
2017-11-05 20:54:49 +01:00 |
|
Bartosz Taudul
|
bc77aa8d26
|
Source location payload transfer. No storage yet.
|
2017-11-05 16:46:00 +01:00 |
|
Bartosz Taudul
|
1323596ab2
|
Use switch instead of if ladder.
|
2017-11-05 16:14:51 +01:00 |
|
Bartosz Taudul
|
0fb5f012ce
|
Lua profiling framework. No source location transfer yet.
|
2017-11-05 15:06:28 +01:00 |
|
Bartosz Taudul
|
3dc7d04ab4
|
Properly handle connection reset on win32.
|
2017-11-04 17:19:28 +01:00 |
|
Bartosz Taudul
|
a91d12a9e1
|
OSX is verified to be working.
|
2017-11-04 02:27:32 +01:00 |
|
Bartosz Taudul
|
a2f9dc75c7
|
Set SO_NOSIGPIPE on proper socket.
|
2017-11-03 11:20:39 +01:00 |
|