From a51705f03be3dff3dd08c69e85cdd6e30a0cd8a4 Mon Sep 17 00:00:00 2001 From: arpitsingh134 Date: Thu, 1 Oct 2020 00:55:57 +0530 Subject: [PATCH 1/2] Update and rename README to README.md --- README => README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) rename README => README.md (71%) diff --git a/README b/README.md similarity index 71% rename from README rename to README.md index 13375b8..4dac108 100755 --- a/README +++ b/README.md @@ -1,5 +1,7 @@ -LuaProfiler -http://www.keplerproject.org/luaprofiler +####LuaProfiler +=============== + + LuaProfiler is a time profiler designed to help finding bottlenecks on your Lua program. @@ -8,17 +10,20 @@ and their respective running times. You can use this log to generate a summary o functions your program uses, along with how long it stayed in each of them, or you can import the log into a spreadsheet for further analysis. -LuaProfiler is free software and uses the same license as Lua 5.1. +LuaProfiler is free software and uses the same ``` license as Lua 5.1. ``` + +Current version is ``` 2.0.2. ``` It was developed for Lua 5.1. -Current version is 2.0.2. It was developed for Lua 5.1. +LuaProfiler can be downloaded from the LuaForge page, or from LuaRocks -LuaProfiler can be downloaded from the LuaForge page, or from LuaRocks ("luarocks install -luaprofiler"). +```("luarocks install luaprofiler")``` -Installation +##Installation +=============== LuaProfiler source is distributed as a group of C files and some makefile templates. LuaProfiler follows the package model for Lua 5.1, therefore it should be "installed" in your package.path. Windows users can use the pre-compiled version of LuaProfiler (profiler.dll) available at LuaForge. +© 2020 GitHub, Inc. From cb7b1169186ad9584d0358c28ad0671eecd4b00a Mon Sep 17 00:00:00 2001 From: arpitsingh134 Date: Thu, 1 Oct 2020 00:56:23 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4dac108..f1e02ef 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -####LuaProfiler +#### LuaProfiler =============== @@ -18,7 +18,7 @@ LuaProfiler can be downloaded from the LuaForge page, or from LuaRocks ```("luarocks install luaprofiler")``` -##Installation +## Installation =============== LuaProfiler source is distributed as a group of C files and some makefile templates.