Specs: Win7, XE7, VCL
I was wanting to add a stopwatch to test the speed of a routine I wrote. It is pretty slow and I guess, badly written, but its my first time ever writing (from scratch) an number-of-occurrence function.
Anyway. In one of my notes (I keep a history of code snippets) I had a stopwatch() routine some long time ago. But the routine appears to be missing some code I probably forgot to add. And in one part of my notes, I wrote down for the Uses clause: System.Diagnostics;? And when I attempt to compile the routine, it fails. There is no GetTickCount64 in XE7 I guess.
So, I went to the online companion (https://www.embarcadero.com/RADAICompanion) to see what it could do for me and asked, "Where is GetTickCount64 in Delphi XE7?"
And the returned response was:
where is GetTickCount64?
Unfortunately, I have no knowledge on this subject.
Where is GetTickCount64 in Delphi XE7?
Provide Feedback
Unfortunately, I have no knowledge on this subject.
Does anyone here know where it might be and how to get it working in XE7?