From 795b776ae55562b1b52a9a97d75d579a7dac1b86 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 26 May 2019 06:25:07 +0000 Subject: [PATCH] Added preview image --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e84e7d5..091bc1d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ observation has overhead. With a reasonable sample size, it's easy to get a clear picture of which parts of the codebase are taking up most of the time, while allowing the code to run almost unaffected. +![Preview](https://bitbucket.org/spilt/sampleprof/downloads/sampleprof.png) + ## Usage The Lua library returns a single function, which takes a function to run, performs sample profiling on it, and gives a table of results. The results