I'm looking for help on Win32::Perflib to do correct calculation of one counter type PERF_100NSEC_MULTI_TIMER_INV, I got the formula (B-((N1-N0)/(D1-D0))) on Jutta site for this.
I have no doubt about "(N1-N0)/(D1-D0)", but i can't understand how to get "B". His site say "B -> Base count (number of entries)" or "B represents the number of components being monitored" on MSDN site", but "B" still unclear for me.
Thanks for any help.