From c2388d00ede914bbf8afe619a5eeb6a6ec8be134 Mon Sep 17 00:00:00 2001 From: Filipp Zhinkin Date: Sun, 3 Sep 2023 19:55:00 +0200 Subject: [PATCH] Add badges to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e2235db..1961e0c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # xctraceprof +![GitHub](https://img.shields.io/github/license/fzhinkin/xctraceprof) +![Maven Central](https://img.shields.io/maven-central/v/io.github.fzhinkin/xctraceprof) + JMH profiles based on "xctrace" utility (shipped with XCode Instruments). The goal of the project is to extend and stabilize profiler features, and then, hopefully, contribute it to JMH.