I need to implement simple performance benchmarking in Free Pascal. In Delphi I am using TStopWatch record from Diagnostics unit, what can I use in Free Pascal/Lazarus?
I need to implement simple performance benchmarking in Free Pascal. In Delphi I am
Share
Here is an implementation modeled after Delphi online doc: