yeller / clojure-miniprofiler

a simple but effective profiler for clojure web applications
Eclipse Public License 1.0
115 stars 9 forks source link

JSON #2

Open donbonifacio opened 9 years ago

donbonifacio commented 9 years ago

May I ask for some docs on how to use miniprofiler on a REST/JSON api? How could I see the results?

tcrayford commented 9 years ago

Are you talking about an API that's accessed from the browser? Or one that's never seen from the browser?

For the former, there's a feature I have to implement there. For the latter, miniprofiler doesn't support it at all, sorry.

donbonifacio commented 9 years ago

Yes, it's accessed from the browser.