blob: b9120f26bd420ec598418fda258f7a66c5d703fa (
plain)
1
2
3
4
5
6
7
8
9
|
The source for replaying retraces lives in this directory.
There are actually several distinct layers in this directory which should be eventually be split out:
* retrace -- deserialization and interpretation of calls from a trace
* ws -- windowing system helpers and abstractions
* state -- dumping of state into JSON format
|