Skip to content

Commit 1e0348d

Browse files
committed
add demo trace, TODO
1 parent 2921057 commit 1e0348d

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ Or alternatively,
9898
$ nix run github:algorithmiker/entrace
9999
```
100100

101+
## Demo trace
102+
- [example/scoreman.iet](./example/scoreman.iet) is a trace of [scoreman](https://github.com/algorithmiker/scoreman) parsing an example score.
103+
It is very nested, which makes for a nice demo.
104+
- Another way of demoing ENTRACE could be activating self-tracing (via Settings -> Save self-trace, and setting the level to Debug).
105+
After restarting ENTRACE, the current, live trace of the running application can be opened via Settings -> Open self-trace.
106+
101107
## Performance
102108
ENTRACE was designed with performance in mind, but did not receive much manual optimization yet.
103109

TODO.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33

44
- Tree View
55
- partial update on opens/closes
6+
- Query
7+
- "virtual span" for aggregate data
8+
- Cli
9+
- new entrace_cli command
10+
- provide a Lua environment with the standard query api
11+
- convert traces via CLI
612

713
- tests
814
- test IHT roundtrip with and without length prefix

example/scoreman.iet

151 KB
Binary file not shown.

0 commit comments

Comments
 (0)