From 11a64e2e2118930e952aadbee784f02c08d8d677 Mon Sep 17 00:00:00 2001 From: lviguier Date: Wed, 27 Mar 2024 12:30:00 +0100 Subject: [PATCH] memory-profiler: Stats & start of hierarchical view --- bin/app.html | 6 + bin/style.css | 158 +++++ bin/style.less | 194 ++++++ hide/Ide.hx | 6 + hide/tools/memory/Block.hx | 208 +++++++ hide/tools/memory/Memory.hx | 1128 +++++++++++++++++++++++++++++++++++ hide/tools/memory/TType.hx | 188 ++++++ hide/view/Profiler.hx | 476 +++++++++++++++ 8 files changed, 2364 insertions(+) create mode 100644 hide/tools/memory/Block.hx create mode 100644 hide/tools/memory/Memory.hx create mode 100644 hide/tools/memory/TType.hx create mode 100644 hide/view/Profiler.hx diff --git a/bin/app.html b/bin/app.html index cbb35faa8..ea59ea24f 100644 --- a/bin/app.html +++ b/bin/app.html @@ -100,6 +100,12 @@ + +
+
+ + +