I am learning C, I am working in windows not unix. I need
a way to get the time, write to a variable "time1" then execute
a section of code. When the section is finished I need to
get the time and write to time2. I can later measure execution
time. In windows time.h more time_t and clock_t are
computations and they don't gime me time. Any pointers?
a way to get the time, write to a variable "time1" then execute
a section of code. When the section is finished I need to
get the time and write to time2. I can later measure execution
time. In windows time.h more time_t and clock_t are
computations and they don't gime me time. Any pointers?
Comment