From 8d1468596f773a017dfae9abdb552ede72f5627b Mon Sep 17 00:00:00 2001 From: omar Date: Fri, 23 Aug 2024 12:53:27 +0200 Subject: [PATCH] SimpleImGuiFlameGraph, imgui-frame-graph --- Useful-Extensions.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Useful-Extensions.md b/Useful-Extensions.md index 6f7d5da..fd89e94 100644 --- a/Useful-Extensions.md +++ b/Useful-Extensions.md @@ -92,9 +92,11 @@ Many more Node Editors at [#306](https://github.com/ocornut/imgui/issues/306).
[github/soulthreads/imgui-plot](https://github.com/soulthreads/imgui-plot)
![](https://user-images.githubusercontent.com/1193295/96739012-9f772900-13bf-11eb-831b-e4b1ba82e152.png) -**Flame Graph Widget** (2019) -
[issue #2859](https://github.com/ocornut/imgui/issues/2859) -
![](https://user-images.githubusercontent.com/1193295/96739187-d0575e00-13bf-11eb-9afa-6f0c2bc4dd0f.png) +**SimpleImGuiFlameGraph** (2024) +
[github/CheapMeow/SimpleImGuiFlameGraph](https://github.com/CheapMeow/SimpleImGuiFlameGraph) + +**imgui-flame-graph** (2019-2023) +
[github/bwrsandman/imgui-flame-graph](https://github.com/bwrsandman/imgui-flame-graph) **Plot Var Helper** (2016)
[comment](https://github.com/ocornut/imgui/issues/1772#issuecomment-1127830067)