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 <bartosz.taudul@game-lion.com>2018-07-19 14:05:44 +0300
committerBartosz Taudul <bartosz.taudul@game-lion.com>2018-07-19 14:05:44 +0300
commit047d9509364bfda06c39c518cfdd1d66a04cd6ab (patch)
tree26c7068e0a4e9d3425ad31c6c5a9eb7a87a04954 /README.md
parent2ffa1689b0213153f2c74e5c5949db5258a7a421 (diff)
Add AppVeyor build status badge.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2d7fd8cb..30968d35 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# Tracy Profiler
+[![Build status](https://ci.appveyor.com/api/projects/status/968a88arq06gm3el/branch/master?svg=true)](https://ci.appveyor.com/project/wolfpld/tracy/branch/master)
+
Tracy is a real time, nanosecond resolution frame profiler that can be used for remote or embedded telemetry of your application. It can profile CPU (C++, Lua), GPU (OpenGL, Vulkan) and memory. It also can display locks held by threads and their interactions with each other.
![](doc/profiler.png)