Open
Description
Right now there are columns like:
- Call Count
- Self Wall Time
- Self CPU
But the really interesting information is:
- Wall Time per Call (= Self Wall Time / Call Count)
- Wait time (=Self Wall Time - Self CPU)
- Wait time per Call (= Wait time / Call Count)
Ordering the table by this information shows what is taking much time.
Please add such information and make it sortable.