Commit Graph

  • 571189c9da Use the intended icon for setting default ollama url. Bartosz Taudul 2025-05-11 21:10:57 +02:00
  • 42010dc457 Handle no connection / busy cases in LLM UI. Bartosz Taudul 2025-05-11 21:01:46 +02:00
  • ab76bafdf7 Use three dots to indicate background tasks instead of one pulsing dot. Bartosz Taudul 2025-05-11 20:55:19 +02:00
  • 3a4786d2be httplib may throw on invalid protocol. Bartosz Taudul 2025-05-11 20:01:44 +02:00
  • 4c7338ec1e Load LLM models in a thread. Bartosz Taudul 2025-05-11 20:00:45 +02:00
  • fd291f225e Properly set state when reseting ollama URL to default. Bartosz Taudul 2025-05-11 19:27:35 +02:00
  • 6ce5c345a5 Don't fail when there are no models downloaded. Bartosz Taudul 2025-05-11 19:26:40 +02:00
  • d50f05c00b Rework loading LLM models. Bartosz Taudul 2025-05-11 19:23:59 +02:00
  • e4e23eabb6 Hook up LLM window. Bartosz Taudul 2025-05-11 19:01:47 +02:00
  • e8c2d498d3 Remove redundant m_valid variable. Bartosz Taudul 2025-05-11 18:38:27 +02:00
  • 02b2882261 Display context size in model selection dropdown. Bartosz Taudul 2025-05-11 18:29:22 +02:00
  • cf892505e1 Setup model, get context size. Bartosz Taudul 2025-05-11 18:29:07 +02:00
  • 0f31d6ac1a List LLM models in global settings. Bartosz Taudul 2025-05-11 17:24:40 +02:00
  • 08c877c4ef Add interface for listing LLM models. Bartosz Taudul 2025-05-11 17:24:33 +02:00
  • cb212567ed Store selected LLM model. Bartosz Taudul 2025-05-11 17:24:20 +02:00
  • d72898087f Allow creating TracyLlm when LLM is disabled. Bartosz Taudul 2025-05-11 17:09:22 +02:00
  • 6b0589f5eb Add configuration UI for LLM. Bartosz Taudul 2025-05-11 16:59:09 +02:00
  • 85a82fbb70 Implement checking for connection validity and API version in TracyLlm. Bartosz Taudul 2025-05-11 16:58:47 +02:00
  • 584ad9ffde Add LLM configuration. Bartosz Taudul 2025-05-11 16:57:46 +02:00
  • a3e3f9a98f Add basic integration with ollama-hpp. Bartosz Taudul 2025-05-11 16:07:19 +02:00
  • 8fa40e87d1 Merge pull request #1016 from 6yry6e/systrace-hang-fix Bartosz Taudul 2025-07-12 11:49:05 +02:00
  • 0c77bfcbed Use tracy data structures Eric Eaton 2025-07-11 16:57:16 -07:00
  • 114f6ef096 Supply the correct thread ID for annotations Eric Eaton 2025-07-10 17:25:56 -07:00
  • 3324b46dca Make rocprof optional Eric Eaton 2025-07-10 14:51:19 -07:00
  • d4a35c5ab1 Change rocprof context name Eric Eaton 2025-07-10 14:29:23 -07:00
  • 3fce5c1280 Use a map to record counter values Eric Eaton 2025-07-09 23:08:58 -07:00
  • 6a5e4d8a60 Use assert intead of a condition Eric Eaton 2025-07-09 12:36:36 -07:00
  • 1494fe5671 Apply code style Eric Eaton 2025-07-09 10:27:49 -07:00
  • 7fc5b6c977 Increase protocol version Eric Eaton 2025-07-09 10:09:12 -07:00
  • 9413436ba1 Search backward for the correct zone Eric Eaton 2025-07-07 17:55:50 -07:00
  • d1f9df8058 Get counter names from environment variable Eric Eaton 2025-07-02 16:06:22 -07:00
  • e9e0404930 Add support for multiple counters Eric Eaton 2025-07-02 15:42:05 -07:00
  • a754db16f8 Show counter name in GUI Eric Eaton 2025-07-02 15:24:46 -07:00
  • 2e49bdf4cb Add counter value collection Eric Eaton 2025-07-01 15:16:03 -07:00
  • 86de39704f Add calibration thread Eric Eaton 2025-06-20 18:35:23 +00:00
  • 495321fc10 Record dispatch enqueue times Eric Eaton 2025-06-07 00:19:39 +00:00
  • 98047ffbe2 Delay initialization Eric Eaton 2025-06-06 22:57:12 +00:00
  • 1517756d54 Add buffer copy tracing Eric Eaton 2025-04-11 16:51:31 -05:00
  • 00648836a2 Add rocprof dispatch tracing Eric Eaton 2025-04-09 13:36:01 -05:00
  • 880c600506 Remove queue delay calibration. Bartosz Taudul 2025-07-11 23:19:22 +02:00
  • 33713086b4 Disable stupid function size warnings. Bartosz Taudul 2025-07-11 23:18:37 +02:00
  • 91c17abcc7 Merge pull request #1092 from wannacu/master Bartosz Taudul 2025-07-07 11:53:11 +02:00
  • 034b18a933 Fix profiler compilation for older wayland version wannacu 2025-07-07 11:54:14 +08:00
  • abbc35793e Merge pull request #1091 from siliceum/bugfix/ignorebuildfiles Bartosz Taudul 2025-07-04 15:47:25 +02:00
  • 6578a11a1c Merge pull request #1090 from siliceum/bugfix/test-on-windows Bartosz Taudul 2025-07-04 15:47:02 +02:00
  • 9971280082 Update gitignore with ToyPathTracer windows output Clément Grégoire 2025-07-04 14:56:32 +02:00
  • a3be5cca2c Set tracy-test exe as startup project Clément Grégoire 2025-07-04 14:54:13 +02:00
  • 84f3bd10e8 Make test app compile on windows SIGUSR1 does not exist on windows Clément Grégoire 2025-07-04 12:56:09 +02:00
  • 1d4b9c77ce Merge pull request #1088 from jcl1234/master Bartosz Taudul 2025-07-02 13:55:27 +02:00
  • 791904a37f Fix FiberEnter start time always being processed as 0 jcl1234 2025-07-01 22:38:10 -05:00
  • 7388a47658 Fix LockMark source location name. Bartosz Taudul 2025-06-28 00:03:41 +02:00
  • 7f6efe3bd4 Merge pull request #1065 from maxime-modulopi/vulkan-collect-host Bartosz Taudul 2025-06-26 14:51:51 +02:00
  • 656ff1ba16 Added TracyVkCollectHost to manual Maxime Duriez 2025-06-26 12:54:10 +02:00
  • c556831ddc Release 0.12.2. v0.12.2 Bartosz Taudul 2025-06-25 23:55:40 +02:00
  • 8a8e16a559 Merge pull request #1083 from siliceum/bugfix/clear-button-find-zone Bartosz Taudul 2025-06-23 14:30:49 +02:00
  • be89f228ee Merge pull request #1081 from boguscoder/boguscoder-lua Bartosz Taudul 2025-06-21 00:12:12 +02:00
  • 4f9107fac5 Make TracyLua buildable with TRACY_NO_CALLSTACK Oleg Bogdanov 2025-06-20 12:45:54 -07:00
  • 17ab46c539 Fix Clear Button in Find Zone Antoine Mura 2025-06-06 11:00:18 +02:00
  • 8caf4f0d60 Merge pull request #1078 from mcourteaux/master Bartosz Taudul 2025-06-19 21:07:12 +02:00
  • 8b1576170d Disable Windows __try1 __except1 mechanic to be cross compilable from Linux. Martijn Courteaux 2025-03-28 14:23:16 +01:00
  • 1d6fda26ea Fix MinGW build mncat77 2024-10-20 16:20:00 +02:00
  • 581e9cb28e Merge pull request #1076 from boguscoder/regex_fix Bartosz Taudul 2025-06-19 11:34:06 +02:00
  • 84cbf46cc5 relax regex match in symbolication substitution Oleg Bogdanov 2025-06-18 18:50:05 -07:00
  • 250daeabe7 Merge pull request #1074 from boguscoder/master Bartosz Taudul 2025-06-18 23:16:48 +02:00
  • 1fa69045a3 Fixing typo in log statement of symbolication Oleg Bogdanov 2025-06-18 14:10:15 -07:00
  • 1a872faae6 Update can't be built without NO_STATISTICS. Bartosz Taudul 2025-06-18 20:00:02 +02:00
  • f1119d88b9 Merge pull request #1072 from neobrain/profiler_include_dirs Bartosz Taudul 2025-06-17 18:40:40 +02:00
  • 22e580d4c0 Add include directories for pkg-config dependencies in the profiler build Tony Wasserka 2025-06-17 17:39:57 +02:00
  • 764624d3d1 Merge pull request #1070 from rmarker/flameLimit Bartosz Taudul 2025-06-15 17:03:04 +02:00
  • e1b325741e Add limit range for flame graph. rmarker 2025-06-15 17:41:27 +09:30
  • b69813f077 Fix CMake stupidity with Ninja vs Unix Makefiles generators. Bartosz Taudul 2025-06-14 12:07:43 +02:00
  • d181e80c29 Fix builds out of git repository. Bartosz Taudul 2025-06-14 11:56:17 +02:00
  • 6abd2505bd Added support for host query reset when collecting Vulkan traces Maxime Duriez 2025-06-07 21:06:39 +02:00
  • 650c98ece7 Relase 0.12.1. v0.12.1 Bartosz Taudul 2025-06-07 16:59:25 +02:00
  • 310c9389b2 Update license list. Bartosz Taudul 2025-06-07 16:45:25 +02:00
  • e660821d75 Remove Windows hacks for including license in the manual. Bartosz Taudul 2025-06-07 16:31:38 +02:00
  • fae74430c5 Document flame graph. Bartosz Taudul 2025-06-07 16:31:04 +02:00
  • 3100c39a68 Remove ObjC header from Meson build. Bartosz Taudul 2025-06-07 13:45:17 +02:00
  • 0dd5c8b507 Add TracyCUDA.hpp and TracyMetal.hmm to meson include list. Bartosz Taudul 2025-06-07 13:35:57 +02:00
  • a0b2a1d4bc Add TracyCUDA.hpp to CMake include list. Bartosz Taudul 2025-06-07 13:35:44 +02:00
  • 09558a0347 Set proper tracy include dir in CMake config. Bartosz Taudul 2025-06-07 13:33:00 +02:00
  • b57f08f166 Merge pull request #1064 from eigenraven/raven/install-metal-header Bartosz Taudul 2025-06-06 14:33:32 +02:00
  • 7f56f1d182 Add TracyMetal.hmm to the installed headers list in CMake Raven Szewczyk 2025-06-06 13:17:32 +01:00
  • 7e833e7ddc Merge pull request #1061 from c-cube/simon/check-in-import-fuchsia Bartosz Taudul 2025-06-02 17:45:58 +02:00
  • bbf225b788 add a sanity check to fuchsia importer Simon Cruanes 2025-06-02 10:41:09 -04:00
  • 18242189e1 Merge pull request #1060 from evan-barentin/eb-fix-git-ref-call-outside-source Bartosz Taudul 2025-06-02 16:03:24 +02:00
  • 9becb3221d Fix: precise source directory to git log call Evan Barentin 2025-06-02 13:37:51 +02:00
  • 2875926cdb Disable debug functionality in ppqsort. Bartosz Taudul 2025-06-01 19:51:36 +02:00
  • 79c5bdcf62 Merge pull request #1055 from produktivkraft/osx_vscroll Bartosz Taudul 2025-05-31 18:39:17 +02:00
  • b8267a1660 fix vertical scroll bar lost on macos Allen Guo 2025-05-31 23:40:56 +08:00
  • 87924acdd9 Release 0.12.0. v0.12.0 Bartosz Taudul 2025-05-30 20:27:13 +02:00
  • 902d32f54f Update manual. Bartosz Taudul 2025-05-30 19:03:17 +02:00
  • 74302ad184 Update NEWS. Bartosz Taudul 2025-05-30 18:35:17 +02:00
  • 0574decec0 Shorten image names by default. Bartosz Taudul 2025-05-30 18:20:40 +02:00
  • f14ff2b994 Support old compilers. Bartosz Taudul 2025-05-24 13:16:13 +02:00
  • 2dfedbe833 Merge pull request #1052 from siliceum/remove-python-dependency Bartosz Taudul 2025-05-24 13:13:53 +02:00
  • eba268ad9d Fix #996 Remove any need for python during build Clément Grégoire 2025-05-23 23:46:58 +02:00
  • 8b3a421153 Merge pull request #1051 from FRaNk090/feature/cuda Bartosz Taudul 2025-05-23 23:29:55 +02:00
  • 0eb3a82673 Move CUDA after Custom as existing traces may use the Custom identifier Fan Chen 2025-05-23 15:22:36 -04:00
  • 1cb85b037d Refine tracy cuda documentation Fan Chen 2025-05-23 12:59:21 -04:00