From df45e4380bd325c333ccdd48771b4ceaf36ff4c4 Mon Sep 17 00:00:00 2001 From: bd Date: Mon, 10 Nov 2025 20:03:08 -0500 Subject: Profile all function frames --- nemesis/html_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nemesis/html_gen.py') diff --git a/nemesis/html_gen.py b/nemesis/html_gen.py index 3c6fbef..89c62d4 100644 --- a/nemesis/html_gen.py +++ b/nemesis/html_gen.py @@ -3,7 +3,7 @@ from plotly.subplots import make_subplots import hashlib import math -TRIM_PERCENT = 0.05 +TRIM_PERCENT = 0.10 def get_color(name): hash_object = hashlib.md5(name.encode()) -- cgit v1.2.3