From 57d8ddf724a42d99ccc80c3db386f3ad8772844f Mon Sep 17 00:00:00 2001 From: Saher Amasha Date: Sun, 15 Jun 2025 00:55:09 +0300 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c3cbf7..248cd59 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,10 @@ A **streaming log viewer and profiler visualizer** built for large-scale Python Profiler expects newline-delimited JSON arrays (`.jsonl`), where each line represents one event: ```json -["17:54:12.457", "start", "function_name", 123, 122, "sync"] \ No newline at end of file +["17:54:12.457", "start", "function_name", 123, 122, "sync"] + + +![image](https://github.com/user-attachments/assets/3f38d4f1-f72f-473e-92b0-1431ef5fbadc) +![image](https://github.com/user-attachments/assets/f1b39497-af44-405b-89cb-5a538a4803f2) +![image](https://github.com/user-attachments/assets/85d34f20-bb10-4fcb-83de-7b2097d13a22) +![image](https://github.com/user-attachments/assets/024e34b6-5856-43ee-9ced-dbcce97ebedb)