From 0aea7b0daa87a9055412e74eeddbe2330f815624 Mon Sep 17 00:00:00 2001 From: Don Williamson Date: Tue, 28 Jun 2022 16:04:59 +0100 Subject: [PATCH 1/2] Update readme.md --- readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 016b503..f4d346a 100644 --- a/readme.md +++ b/readme.md @@ -7,9 +7,13 @@ A realtime CPU/GPU profiler hosted in a single C file with a viewer that runs in ![screenshot](screenshot.png?raw=true) -**Supported Profiling Platforms**: Windows 7/8/10/11/UWP (Hololens), Linux, OSX, iOS, Android, Xbox One/Series, Free BSD. +**Supported Profiling Platforms**: -**Supported GPU Profiling APIS**: D3D 11/12, OpenGL, CUDA, Metal. +* Windows 7/8/10/11/UWP (Hololens), Linux, OSX, iOS, Android, Xbox One/Series, Free BSD. + +**Supported GPU Profiling APIS**: + +* D3D 11/12, OpenGL, CUDA, Metal. Features: From adc568df3d357feb1f0f0f7bed029f4ca6a03ede Mon Sep 17 00:00:00 2001 From: Don Williamson Date: Tue, 28 Jun 2022 16:08:27 +0100 Subject: [PATCH 2/2] Update readme.md --- readme.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index f4d346a..40c8097 100644 --- a/readme.md +++ b/readme.md @@ -7,14 +7,6 @@ A realtime CPU/GPU profiler hosted in a single C file with a viewer that runs in ![screenshot](screenshot.png?raw=true) -**Supported Profiling Platforms**: - -* Windows 7/8/10/11/UWP (Hololens), Linux, OSX, iOS, Android, Xbox One/Series, Free BSD. - -**Supported GPU Profiling APIS**: - -* D3D 11/12, OpenGL, CUDA, Metal. - Features: * Lightweight instrumentation of multiple threads running on the CPU. @@ -26,6 +18,13 @@ Features: * Console input for sending commands to your game. * Profiles itself and shows how it's performing in the viewer. +Supported Profiling Platforms: + +* Windows 7/8/10/11/UWP (Hololens), Linux, OSX, iOS, Android, Xbox One/Series, Free BSD. + +Supported GPU Profiling APIS: + +* D3D 11/12, OpenGL, CUDA, Metal. Compiling ---------