crayon 0.7.1

A small, portable and extensible game framework.
Documentation
1
2
3
4
5
6
7
8
# Profiler

This script is a simple wrapper of [dtrace](http://dtrace.org/) and [flamegraph](https://github.com/brendangregg/FlameGraph).

```sh
$ # Notes that dtrace requires additional privileges.
$ sudo ./tools/profiler/run.sh target/release/saturn out.svg
```