I wrote a function to match fingerprint templates using VC++.NET.
Now I want to know the time it takes to execute the function.
I tried surrounding the function call statement with clock ( Standard C Library ) and computing the difference in the values returned. For some reason it always returns zero. Am I missing something here or are there alternatives?