1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Commit Graph

  • a7561f1956 Add project name to license. Bartosz Taudul 2018-08-15 12:57:22 +02:00
  • ebb6e2c453 Update NEWS. Bartosz Taudul 2018-08-14 18:49:13 +02:00
  • 8cbb518f28 Display average allocation sizes. Bartosz Taudul 2018-08-14 18:48:29 +02:00
  • df14cf5330 Implement callstack tree of memory allocations. Bartosz Taudul 2018-08-14 18:37:06 +02:00
  • c2c0f887aa Display srcloc, callstack counts. Bartosz Taudul 2018-08-14 16:36:25 +02:00
  • b75b198f7e Apple sucks. Bartosz Taudul 2018-08-14 14:22:15 +02:00
  • 2ba5aeec5a Add performance impact section to the manual. Bartosz Taudul 2018-08-14 14:06:53 +02:00
  • 6f2a598b6a Not only games use frames. Bartosz Taudul 2018-08-14 13:24:37 +02:00
  • 823aed185a Move zone filtering to zone markup section. Bartosz Taudul 2018-08-14 13:04:00 +02:00
  • 8f961b7c8a Merged in Leandros99/tracy/explicit-init (pull request #22) Arvid Gerstmann 2018-08-13 16:47:46 +00:00
  • dab0b34303 Reduce the amount of macros, add docs Arvid Gerstmann 2018-08-13 18:32:27 +02:00
  • 076e83635b Add possibility to explicitly avoid logging Arvid Gerstmann 2018-08-13 14:47:52 +02:00
  • c4ea13dab5 Static initialization order test. Bartosz Taudul 2018-08-13 12:13:28 +02:00
  • a15a287a6b Don't over-allocate vectors, when exact needed size is known. Bartosz Taudul 2018-08-09 19:37:37 +02:00
  • a14a6fa8fb Don't shadow variables. Bartosz Taudul 2018-08-09 19:02:23 +02:00
  • dbf4de0694 Allow exact size allocations in Vector. Bartosz Taudul 2018-08-09 18:57:06 +02:00
  • 68dd90cb94 Also display exact memory allocation size. Bartosz Taudul 2018-08-09 02:27:55 +02:00
  • 92c1685528 Fix shortening of negative memory values. Bartosz Taudul 2018-08-09 02:25:47 +02:00
  • 4a12e14a1b Rewording. Bartosz Taudul 2018-08-08 22:24:50 +02:00
  • 6d9215ac65 Add a markup quick start guide. Bartosz Taudul 2018-08-08 22:24:11 +02:00
  • 0e0d5a8d5d Add a notice about client memory usage. Bartosz Taudul 2018-08-08 22:12:02 +02:00
  • 3e9d7fa3bd Grammar fix (?). Bartosz Taudul 2018-08-08 22:11:54 +02:00
  • f9740328d2 Put timing information together. Bartosz Taudul 2018-08-08 22:01:57 +02:00
  • e6fa665921 Move lua performance notice. Bartosz Taudul 2018-08-08 21:51:59 +02:00
  • 887836eca6 Describe defines that change server operation. Bartosz Taudul 2018-08-08 21:45:37 +02:00
  • 49e9f10438 Split first steps section of the manual. Bartosz Taudul 2018-08-08 21:45:13 +02:00
  • 96ecf47ecf Add profiler FPS and memory usage to info window. Bartosz Taudul 2018-08-08 20:53:01 +02:00
  • 596727e135 Update NEWS. Bartosz Taudul 2018-08-08 20:39:16 +02:00
  • 4a9cbafc7e Proper formatting of memory sizes. Bartosz Taudul 2018-08-08 20:38:43 +02:00
  • 7d465aab1d Add memory size formatting. Bartosz Taudul 2018-08-08 20:07:41 +02:00
  • acf86c91fa Update NEWS. Bartosz Taudul 2018-08-08 19:25:44 +02:00
  • 29c6498890 Add minimal trace info window. Bartosz Taudul 2018-08-08 19:25:13 +02:00
  • a51da71fa4 Add lock, plot counts to worker. Bartosz Taudul 2018-08-08 19:21:53 +02:00
  • 237bb06dd6 Move frame set selection button to the right. Bartosz Taudul 2018-08-08 18:40:31 +02:00
  • 3e622cda6b Decapitalize "zone" in "Find Zone". Bartosz Taudul 2018-08-08 18:40:20 +02:00
  • 9fc8cb9d8b Slight reword. Bartosz Taudul 2018-08-07 22:29:35 +02:00
  • a54191cb3c Rename "standalone" to "profiler". Bartosz Taudul 2018-08-07 22:26:37 +02:00
  • 8d053b5179 Update NEWS. Bartosz Taudul 2018-08-05 17:00:21 +02:00
  • 2a08687afe Left click on message marker displays it on the msg list. Bartosz Taudul 2018-08-05 16:57:21 +02:00
  • 1d6f388a81 Middle-click on message marker to center on it. Bartosz Taudul 2018-08-05 16:47:27 +02:00
  • 1d0203ac17 Abstracted away one-frame-decay values. Bartosz Taudul 2018-08-05 16:45:34 +02:00
  • 44e027ad11 Highlight message markers on timeline. Bartosz Taudul 2018-08-05 16:37:51 +02:00
  • eb7064f13d Display frame set tooltip. Bartosz Taudul 2018-08-05 13:33:18 +02:00
  • 44fecc4390 Improve rendering of small discontinuous frames. Bartosz Taudul 2018-08-05 13:29:44 +02:00
  • d36b0aff45 Fix progress of loading GPU zones. Bartosz Taudul 2018-08-05 13:07:58 +02:00
  • 3d591520ec Document discontinuous frames. Bartosz Taudul 2018-08-05 02:48:46 +02:00
  • 0d1ef80a17 Update NEWS. Bartosz Taudul 2018-08-05 02:31:21 +02:00
  • d590fa7ce2 Display that frames are discontinuous in options. Bartosz Taudul 2018-08-05 02:30:41 +02:00
  • cb9f243987 Fix navigation in discontinuous frames. Bartosz Taudul 2018-08-05 02:27:59 +02:00
  • 947f829797 Fix drawing discontinuous frames. Bartosz Taudul 2018-08-05 02:23:26 +02:00
  • 9d051cf5ee Add support for discontinuous frames. Bartosz Taudul 2018-08-05 02:09:59 +02:00
  • cbb45160af Disable zoom anim on user interaction. Bartosz Taudul 2018-08-05 01:23:00 +02:00
  • 1b44b31eff Prevent range-zoom when range has zero length. Bartosz Taudul 2018-08-05 01:19:08 +02:00
  • b92087bd95 Fix capture utility. Bartosz Taudul 2018-08-04 23:53:21 +02:00
  • 2acea5da3c Also draw zig-zag on too-small zones. Bartosz Taudul 2018-08-04 23:32:53 +02:00
  • 3869c1dbca Count frames from 1, not 0. Bartosz Taudul 2018-08-04 23:21:58 +02:00
  • 6b8a3b25ba Fix drawing of last frame. Bartosz Taudul 2018-08-04 23:19:35 +02:00
  • 3d75eb50bf Update NEWS. Bartosz Taudul 2018-08-04 23:13:37 +02:00
  • 9cd6932b13 Draw zig-zag in place of invisible (too small) frames. Bartosz Taudul 2018-08-04 23:11:47 +02:00
  • bf475a4cc2 Describe how text strings in macros are handled. Bartosz Taudul 2018-08-04 22:49:16 +02:00
  • 11b3d23b37 Document secondary frame sets. Bartosz Taudul 2018-08-04 22:04:03 +02:00
  • 976c921b85 Update NEWS. Bartosz Taudul 2018-08-04 21:55:08 +02:00
  • f385e5520b Draw frame separators only if the frame set is selected. Bartosz Taudul 2018-08-04 21:51:46 +02:00
  • 1282aa9739 Darken frame set counter, if it is disabled. Bartosz Taudul 2018-08-04 21:48:40 +02:00
  • 37f42a52fb Proper frame names on frames graph. Bartosz Taudul 2018-08-04 21:46:26 +02:00
  • acabdf3c2a Implement switching between frame sets. Bartosz Taudul 2018-08-04 21:43:29 +02:00
  • 88d9307d7a Allow disabling frame sets. Bartosz Taudul 2018-08-04 21:26:01 +02:00
  • 1ea1cd57b3 Use proper frame names. Bartosz Taudul 2018-08-04 21:19:24 +02:00
  • aad3e941e5 Draw multiple frame sets. Bartosz Taudul 2018-08-04 21:10:03 +02:00
  • 83eac36949 Add FrameData vector accessor. Bartosz Taudul 2018-08-04 20:58:49 +02:00
  • 9b4348b497 Handle frame name queries. Bartosz Taudul 2018-08-04 20:48:21 +02:00
  • 4424a7d7e8 Last time should never be zero. Bartosz Taudul 2018-08-04 19:55:16 +02:00
  • 5e9b2e36be Make getting start of time less cryptic. Bartosz Taudul 2018-08-04 19:51:50 +02:00
  • 23dfc2e3fc Multiple frame sets support. Bartosz Taudul 2018-08-04 19:47:09 +02:00
  • 0b4c2724ce Add strings to map directly in StringDiscovery. Bartosz Taudul 2018-08-04 17:10:45 +02:00
  • 2f01014a95 Document how to generate debugging symbols. Bartosz Taudul 2018-08-04 16:52:24 +02:00
  • f8f10f4776 Add user manual to NEWS. Bartosz Taudul 2018-08-04 16:35:34 +02:00
  • ada9f78678 Use StringDiscovery for plots. Bartosz Taudul 2018-08-04 16:33:03 +02:00
  • d2c866377e Extract unique string discovery from worker. Bartosz Taudul 2018-08-04 16:25:11 +02:00
  • e174e2c12a Remove obsolete comment. Bartosz Taudul 2018-08-04 15:46:10 +02:00
  • 6ef2d2d9a3 Track progress of loading plots. Bartosz Taudul 2018-08-04 15:17:37 +02:00
  • 85fb87a2f0 Update NEWS. Bartosz Taudul 2018-08-04 15:11:08 +02:00
  • 8de214b4d5 Display number of events for items in options menu. Bartosz Taudul 2018-08-04 15:09:52 +02:00
  • adde6cf4fd Allow sending named frames. Bartosz Taudul 2018-08-04 15:04:18 +02:00
  • 922882d3b0 Add name field to frame mark message. Bartosz Taudul 2018-08-04 15:03:47 +02:00
  • ea588072f2 Stop connection window from jumping around. Bartosz Taudul 2018-08-04 14:50:31 +02:00
  • a4e877a89f Add user manual button. Bartosz Taudul 2018-08-04 01:15:56 +02:00
  • 3d7040d30f Slight reword to avoid overflows. Bartosz Taudul 2018-08-03 01:44:44 +02:00
  • 0b20d37672 Platform support information. Bartosz Taudul 2018-08-03 01:16:09 +02:00
  • 373cc5226d Remove usage instructions from README, redirect to user manual. Bartosz Taudul 2018-08-02 22:56:26 +02:00
  • 2d395d3e72 Now we're getting somewhere with the manual. Bartosz Taudul 2018-08-02 22:49:04 +02:00
  • 09e63dafd6 Merged in tillrathmann/tracy_for_multi_dll_projects (pull request #21) Till Rathmann 2018-08-02 10:32:47 +00:00
  • c71d99c134 Minor change: adapted the spaces to tabs at the just inserted line as in tracy_rpmalloc.cpp tabs are used as indentation. Till Rathmann 2018-08-02 11:53:04 +02:00
  • 4968717313 Fixed compiler warning about unused variable in release builds. Till Rathmann 2018-08-02 11:45:15 +02:00
  • a211e57e3c Initial draft of the user manual. Bartosz Taudul 2018-08-01 23:45:40 +02:00
  • 1b42946e25 Update AUTHORS, NEWS. Bartosz Taudul 2018-08-01 19:26:10 +02:00
  • 2fe073e195 Merged in tillrathmann/tracy_for_multi_dll_projects (pull request #20) Till Rathmann 2018-08-01 17:24:16 +00:00
  • 3b302315f9 Fixed __ANDROID_API__ < 21 build and FD_SET usage. Till Rathmann 2018-08-01 19:18:40 +02:00
  • df09fe48cf Workaround in nfd_win.cpp for MSVC problem in combaseapi.h. Till Rathmann 2018-08-01 14:44:39 +02:00
  • 659c8e25eb Revert "Changed from AVX2 to AVX." Till Rathmann 2018-08-01 14:36:31 +02:00