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:
authorBartosz Taudul <wolf.pld@gmail.com>2020-02-29 22:09:48 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2020-02-29 22:09:48 +0300
commit00dd46b521273d517adeb8e4d3bd54ccd8bd7aec (patch)
tree704b2a2a039dd4cfb4396d07afb22d4b62763d67 /README.md
parentd1ff99d6e3c3df8c5832120fae7e48e7c4116eca (diff)
Add second screenshot.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index e6365106..f3b89c6c 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,16 @@
[![Build status](https://ci.appveyor.com/api/projects/status/968a88arq06gm3el/branch/master?svg=true)](https://ci.appveyor.com/project/wolfpld/tracy/branch/master)
-![](doc/profiler.png)
-
### A real time, nanosecond resolution, remote telemetry frame profiler for games and other applications.
Tracy supports profiling CPU (C, C++11, Lua), GPU (OpenGL, Vulkan), memory, locks, context switches, per-frame screenshots and more.
For usage **and build process** instructions, consult the user manual [at the following address](https://bitbucket.org/wolfpld/tracy/downloads/tracy.pdf).
+![](doc/profiler.png)
+
+![](doc/profiler2.png)
+
[Changelog](NEWS)
[Introduction to Tracy Profiler v0.2](https://www.youtube.com/watch?v=fB5B46lbapc)