diff --git a/README.md b/README.md
index b3b1205..c144f4d 100644
--- a/README.md
+++ b/README.md
@@ -171,7 +171,9 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs](
### Profiling
* [ellisonch/rust-stopwatch](https://github.com/ellisonch/rust-stopwatch) — a stopwatch library [](https://travis-ci.org/ellisonch/rust-stopwatch)
-* [mrhooray/torch](https://github.com/mrhooray/torch) — generates FlameGraphs based on DWARF Debug Info
+* FlameGraphs
+ * [mrhooray/torch](https://github.com/mrhooray/torch) — generates FlameGraphs based on DWARF Debug Info
+ * [TyOverby/flame](https://github.com/TyOverby/flame) — [](https://travis-ci.org/TyOverby/flame)
### Testing