exeution time

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pavithrah
    New Member
    • Jan 2008
    • 8

    exeution time

    what is the execution time of each instruction in c++?
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    1) using which compiler??
    2) using which operating system??
    3) using which processor??
    4) single core or multi-core??
    5) single threaded or multi-threaded?? How many threads in the thread pool??
    6) how many active processes at time of mreasurement??
    7) what is the swap file load level??
    8) How many committed memory pool pages??
    9) etc..
    10)etc...

    Comment

    Working...