Hey @Ruri and all Openbullet Users ,
I wanna know how the CPM (checks per minute) calculation logic works in the program. I am myself a coder and I was trying to build a web scraper but I can’t manage to make the CPM calculation as precise as it is shown in Openbullet.
Can someone give me the code for it or explain how its working and how can I implement it myself?
Thanks for the reply. I know what CPM means but in OpenBullet it keeps updating regurarly and I tried what you said here but it does not give as precise results as the CPM in Openbullet
you can check out the code, it’s all open source ^^
I add the value of Environment.TickCount after each successful check to a list, then filter it every second from just 1 thread (the DateTime.Now is some leftover code that’s not used anymore, I should have removed it).
It might not be the most optimized way to do it, but it works.