Hacker News new | ask | show | jobs
by trillic 141 days ago
See if you can wrap the underlying library call to pg.query or whatever it is with a generic wrapper that logs time in the query function. Should be easy in a dynamic lang.
1 comments

Tracing profiler can do exactly that, you don't need a dynamic lang.