Maxime Lévesque
unread,Jan 22, 2011, 5:13:47 PM1/22/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to squeryl-contributors
I just pushed a working prototype of a performance profiler in the
stats-logging branch.
To try it out, simply run the test suite (org.squeryl.tests.Test.main)
and look into the working directory for the file :
profileOfH2Tests.html
to be opened in a brower.
The concept is pretty simple, events are logged into an H2 database,
and
queries are then run against it for things like longest avg runtime,
etc...
If anyone has ideas of other stats worth producing, or events/data
worth recording
let me know.