diff --git a/docs/profiling.md b/docs/profiling.md new file mode 100644 index 0000000000..3a9f7dbc09 --- /dev/null +++ b/docs/profiling.md @@ -0,0 +1,7 @@ +# Profiling + +* Compile Times: append ```-Ztimings``` to cargo builds +* Runtime Flame Graph: ```cargo flamegraph --example EXAMPLE_NAME``` + * built on top of perf, no instrumentation required +* Runtime Instrumentation: + * https://github.com/glennw/thread_profiler \ No newline at end of file