Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
-rw-r--r--doc/compare.pngbin0 -> 26263 bytes
-rw-r--r--doc/cost.pngbin2427 -> 0 bytes
-rw-r--r--doc/histogram.pngbin0 -> 16392 bytes
4 files changed, 8 insertions, 4 deletions
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
--- /dev/null
+++ b/doc/compare.png
Binary files differ
diff --git a/doc/cost.png b/doc/cost.png
deleted file mode 100644
index 4632fdcf..00000000
--- a/doc/cost.png
+++ /dev/null
Binary files differ
diff --git a/doc/histogram.png b/doc/histogram.png
new file mode 100644
index 00000000..bf53113e
--- /dev/null
+++ b/doc/histogram.png
Binary files differ