diff --git a/README.md b/README.md index 888fe438..b1413a21 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,14 @@ The user manual for Tracy is available [at the following address](https://bitbuc ## Features +#### Histogram of function execution times + +![](doc/histogram.png) + +#### Comparison of two profiling runs + +![](doc/compare.png) + #### Marking locks ![](doc/locks.png) @@ -63,7 +71,3 @@ The user manual for Tracy is available [at the following address](https://bitbuc #### Message log ![](doc/messages.png) - -#### Approximation of capture cost - -![](doc/cost.png) diff --git a/doc/compare.png b/doc/compare.png new file mode 100644 index 00000000..8afca00e Binary files /dev/null and b/doc/compare.png differ diff --git a/doc/cost.png b/doc/cost.png deleted file mode 100644 index 4632fdcf..00000000 Binary files a/doc/cost.png and /dev/null differ diff --git a/doc/histogram.png b/doc/histogram.png new file mode 100644 index 00000000..bf53113e Binary files /dev/null and b/doc/histogram.png differ