Runnimg time of code

Hi all!
I know how to calculate running time of my program and its time complexity. But I dont know about what exact time will it take.

Like for a question of time limit is mentioned 2 seconds. Whether my program with a certain complexity will fit into it or not. I have an idea about 10 power 7 computations performed by judge in 1 sec.