Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
["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)