Tagged Questions
The timespec tag has no wiki summary.
1
vote
2answers
638 views
timespec on windows compilers
On posix it is possible to use timespec to calculate accurate time length (like seconds and milliseconds). Unfortunately I need to migrate to windows with Visual Studio compiler. The VS time.h library ...
1
vote
1answer
805 views
Is there a standard way to convert a struct timeval into a struct timespec?
struct timeval represents and instant in time with two members, tv_sec (seconds) and tv_usec (microseconds). In this representation, tv_usec is not by itself an absolute time it is a sub second offset ...
0
votes
2answers
63 views
Is it possible to run an AccuRev query at an arbitrary time in the past?
I want to keep project metrics for my over time which I can show as a report. For example, I want to show a line chart of how many issues were WIP, Assigned, or Completed at the end of each week. Can ...
0
votes
2answers
380 views
How to retrieve file times with nanosecond precision?
I've just discovered that the stat() call, and the corresponding struct stat, does not contain fields for the file times with precision greater than one second. For setting these times, there are a ...
0
votes
3answers
265 views
Perl module for parsing natural language time duration specifications (similar to the “at” command)?
I'm writing a perl script that takes a "duration" option, and I'd like to be able to specify this duration in a fairly flexible manner, as opposed to only taking a single unit (e.g. number of ...
0
votes
2answers
2k views
Is timespec not defined in Windows?
It seems weird to me that this answer is hard to find. I've included time.h and ctime, but vc9 is still complaining about an undefined type 'timespec'. I've searched here, MSDN, and the web (even with ...