Bartosz Taudul
|
eba8c1e99a
|
Setup ranges array.
|
2026-06-23 21:49:15 +02:00 |
|
Bartosz Taudul
|
9a785976c0
|
Ignore zero-length sections.
|
2026-06-23 02:00:11 +02:00 |
|
Bartosz Taudul
|
711e3a7bcf
|
Add separator between timeline headers and content.
|
2026-06-23 01:58:35 +02:00 |
|
Bartosz Taudul
|
d84a085b71
|
Collapse small sections.
|
2026-06-23 01:58:35 +02:00 |
|
Bartosz Taudul
|
ae38665b95
|
Draw sections.
|
2026-06-22 19:17:01 +02:00 |
|
Bartosz Taudul
|
800e415400
|
Calculate section rows content.
|
2026-06-22 19:17:00 +02:00 |
|
Bartosz Taudul
|
72d62bea25
|
Display count of sections.
|
2026-06-19 20:37:49 +02:00 |
|
Bartosz Taudul
|
c897729b74
|
Use safe file names for cache.
|
2026-06-18 21:30:07 +02:00 |
|
Bartosz Taudul
|
3516c96afd
|
Retrieve available context on llama.cpp if not available on start.
In order for context size to be available, the model has to be loaded on
the server. However, the typical flow will be to load models on demand.
|
2026-06-18 21:00:25 +02:00 |
|
Bartosz Taudul
|
3bb5027565
|
Add llama.cpp tokenization support.
|
2026-06-18 20:58:40 +02:00 |
|
Bartosz Taudul
|
eefc7aee4b
|
Detect llama.cpp router mode.
|
2026-06-18 20:56:07 +02:00 |
|
Bartosz Taudul
|
3ccda1d3c4
|
Add embedding model heuristic to not recognized llama API providers.
|
2026-06-18 20:51:53 +02:00 |
|
Bartosz Taudul
|
802e88585a
|
Merge pull request #1407 from shekhirin/tracy-consistent-thread-order
feat: display threads in a consistent order
|
2026-06-18 14:41:20 +02:00 |
|
Alexey Shekhirin
|
74bbe5988b
|
Use consistent thread order in more thread pickers
|
2026-06-18 09:41:45 +01:00 |
|
Alexey Shekhirin
|
066cb89f75
|
Display threads in a consistent order
|
2026-06-18 09:41:31 +01:00 |
|
Bartosz Taudul
|
801a34ea66
|
Add trigger parameter.
|
2026-06-17 22:37:31 +02:00 |
|
Bartosz Taudul
|
eeab1bf1a9
|
Border sizes are scaled by ScaleAllSizes() since ImGui 1.92.7.
|
2026-06-17 22:37:30 +02:00 |
|
Bartosz Taudul
|
8b86ada40e
|
Fix checks.
|
2026-06-17 01:31:56 +02:00 |
|
Bartosz Taudul
|
616f33ff65
|
Consistent wait.time checks.
|
2026-06-17 01:31:01 +02:00 |
|
Bartosz Taudul
|
023cb20ba9
|
Only display wait reason or state if present.
|
2026-06-17 00:33:00 +02:00 |
|
Bartosz Taudul
|
073cd266ac
|
Use proper thread id for wait stacks.
ContextSwitchData::Thread() is something related to fibers. Pass and use
known thread id from external context instead.
|
2026-06-17 00:21:51 +02:00 |
|
Bartosz Taudul
|
2e252d3988
|
Fix indentation level.
|
2026-06-17 00:14:03 +02:00 |
|
Bartosz Taudul
|
77978b68ca
|
Explain wait stacks in callstack skill.
|
2026-06-16 23:53:41 +02:00 |
|
Bartosz Taudul
|
d9939362f5
|
Add wait stack data to the LLM attachment.
|
2026-06-16 23:53:40 +02:00 |
|
Bartosz Taudul
|
83a4a13cbd
|
Display wait stack label and tooltip in callstack window.
|
2026-06-16 23:28:24 +02:00 |
|
Bartosz Taudul
|
9e9aabe9a1
|
Push CallstackViewWait to View::DrawCallstackTable().
|
2026-06-16 23:18:40 +02:00 |
|
Bartosz Taudul
|
382a887ce9
|
Provide default values for View::DrawCallstackTable() parameters.
|
2026-06-16 23:17:47 +02:00 |
|
Bartosz Taudul
|
fbd1c55151
|
Extend View::ViewCallstack() to support optional wait stack data.
|
2026-06-16 23:10:43 +02:00 |
|
Bartosz Taudul
|
398bab8041
|
Store wait stack data in CallstackView.
|
2026-06-16 23:05:59 +02:00 |
|
Bartosz Taudul
|
69245e751b
|
Cosmetics.
|
2026-06-16 23:05:58 +02:00 |
|
Bartosz Taudul
|
d571f2bd59
|
Fix integer trace parameter input field size.
|
2026-06-16 19:17:18 +02:00 |
|
Bartosz Taudul
|
b5ae187f76
|
Disable separate fast model by default.
|
2026-06-12 22:20:47 +02:00 |
|
Bartosz Taudul
|
07bfe3465e
|
Merge pull request #1356 from wolfpld/slomp/tracy-webgpu
GPU: WebGPU back-end
|
2026-06-12 12:11:32 +02:00 |
|
Bartosz Taudul
|
cc091a99a2
|
Support key modifiers on emscripten.
|
2026-06-10 23:39:08 +02:00 |
|
Bartosz Taudul
|
f89709e99e
|
Prevent click-through when activating annotation.
|
2026-06-10 22:50:45 +02:00 |
|
Bartosz Taudul
|
a4c5f15312
|
Rewrite annotations drawing.
|
2026-06-10 22:42:05 +02:00 |
|
Bartosz Taudul
|
3455fd9f82
|
Fix regression making existing annotations non-editable after trace load.
|
2026-06-10 21:48:12 +02:00 |
|
Bartosz Taudul
|
4e3cffc4ba
|
Add name bank related to games.
|
2026-06-10 01:34:40 +02:00 |
|
Bartosz Taudul
|
3956616fc2
|
Fix repeated entries.
|
2026-06-10 01:14:22 +02:00 |
|
Bartosz Taudul
|
d34c45fa5a
|
Use variable structure for random name generator.
|
2026-06-10 00:27:18 +02:00 |
|
Bartosz Taudul
|
8fe5a511c9
|
Expand name generator banks.
|
2026-06-10 00:15:55 +02:00 |
|
Bartosz Taudul
|
992134f85e
|
Fix regression with no tooltips on disabled items.
|
2026-06-09 23:31:59 +02:00 |
|
Bartosz Taudul
|
37bc986584
|
Add button for re-rolling annotation name.
|
2026-06-09 23:27:07 +02:00 |
|
Bartosz Taudul
|
feb4e7c989
|
Generate random names for new annotations.
|
2026-06-09 23:24:58 +02:00 |
|
Bartosz Taudul
|
4a8fe6f56e
|
Add button to generate random trace description.
|
2026-06-09 23:22:21 +02:00 |
|
Bartosz Taudul
|
a960a25285
|
Add random name generator.
|
2026-06-09 23:22:21 +02:00 |
|
Marcos Slomp
|
1b2856b885
|
GPU context name
|
2026-06-09 09:06:48 -07:00 |
|
Bartosz Taudul
|
f441a5070b
|
Wrap achievements column contents into child windows.
|
2026-06-06 13:19:56 +02:00 |
|
Bartosz Taudul
|
00b6abd67b
|
Move achievements text to markdown files.
|
2026-06-06 13:19:55 +02:00 |
|
Bartosz Taudul
|
e4e3d75eb8
|
Add PDF link to built-in manual viewer.
|
2026-06-06 10:56:25 +02:00 |
|