Add previews.

This commit is contained in:
Andor Penzes 2020-06-14 20:29:32 +02:00
parent 63191e186f
commit f639fb57b8
6 changed files with 12 additions and 0 deletions

View File

@ -39,3 +39,15 @@ After compiled with profiling, one need to run it with RTS options plh.
stack build --profile --executable-profiling --library-profiling
stack exec --profile EXECUTABLE -- ARGUMENTS +RTS -p -l -h
```
### Previews:
Heap Live
![](https://github.com/grin-compiler/haskell-code-spot/blob/master/doc/images/heaplive.png)
Heap Size
![](https://github.com/grin-compiler/haskell-code-spot/blob/master/doc/images/heapsize.png)
Cost Center based stack trace in step-by-step style.
![](https://github.com/grin-compiler/haskell-code-spot/blob/master/doc/images/stacktrace1.jpg)
![](https://github.com/grin-compiler/haskell-code-spot/blob/master/doc/images/stacktrace2.jpg)

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
doc/images/heaplive.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

BIN
doc/images/heapsize.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
doc/images/stacktrace1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

BIN
doc/images/stacktrace2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB