rcmerci 10 месяцев назад
Родитель
Сommit
ba8a30cadb
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/main/frontend/components/profiler.cljs

+ 2 - 1
src/main/frontend/components/profiler.cljs

@@ -64,7 +64,8 @@
      [:b "Atom/Volatile Mem Leak Detect(Only support UI thread now):"]
      [:pre "Only check atoms/volatiles with a value type of `coll`.
 The report shows refs with coll-size > 5k and atom's watches-count > 1k.
-`ref-hash` means `(hash ref)`"]
+`ref` means atom or volatile.
+`ref-hash` means `(hash ref)`."]
      [:div.flex.flex-row.items-center.gap-2
       (if (= 2 (count (set/difference #{'cljs.core/reset! 'cljs.core/vreset!} (set profiling-fns))))
         (shui/button