diff options
Diffstat (limited to 'externals/microprofile/README.md')
| -rw-r--r-- | externals/microprofile/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/externals/microprofile/README.md b/externals/microprofile/README.md new file mode 100644 index 000000000..0a58d1c5a --- /dev/null +++ b/externals/microprofile/README.md | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | # microprofile | ||
| 2 | |||
| 3 | MicroProfile is a embeddable profiler in a single file, written in C++ | ||
| 4 | |||
| 5 | It can display profile information in the application, or by generating captures via a minimal built in webserver. | ||
| 6 | |||
| 7 | For more information see the project webpage at https://bitbucket.org/jonasmeyer/microprofile | ||