Corona Profiler

Hi. I just purchased the Corona Profiler . I figured it would be very helpful for my game. ( I’m a beginner at Lua) I followed the directions in the PDF file but i cant get it to work. It generates a html file (which i assume your supposed to open in a browser?) but it is blank. Right now its money wasted, but i really want this product to work. Am I doing something Wrong? Thanks for any help.

How are you using it in your code?   You just need two lines of code in your main.lua file.   Below, i start with a delay of 5 seconds so I can get to the main game scene before the profiler starts running.   

local Profiler = require("Profiler") Profiler.startProfiler({delay = 5000})

How are you using it in your code?   You just need two lines of code in your main.lua file.   Below, i start with a delay of 5 seconds so I can get to the main game scene before the profiler starts running.   

local Profiler = require("Profiler") Profiler.startProfiler({delay = 5000})