summaryrefslogtreecommitdiff
path: root/nemesis/html_gen.py
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-11-10 20:03:08 -0500
committerbd <bdunahu@operationnull.com>2025-11-10 20:03:08 -0500
commitdf45e4380bd325c333ccdd48771b4ceaf36ff4c4 (patch)
tree038082f9d63cf779e82c200597ff0789013175fd /nemesis/html_gen.py
parentc2c3701804c7b57ceb4e1bfaae157b7bb000becc (diff)
Profile all function frames
Diffstat (limited to 'nemesis/html_gen.py')
-rw-r--r--nemesis/html_gen.py2
1 files changed, 1 insertions, 1 deletions
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())