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) diff --git a/doc/profiler2.png b/doc/profiler2.png new file mode 100644 index 00000000..1c5262e0 Binary files /dev/null and b/doc/profiler2.png differ