real time - windows c++ and possibility of a microsecond sleep -


is there anyway @ in windows environment sleep ~1 microsecond? after researching , reading many threads , various websites, have not been able see possible. since scheduler appears limiting factor , operates @ 1 millisecond level, believe can't done without going real time os.

it may not portable, , i've not used these functions myself, might possible use information in high-resolution timer section of link , block: queryperformancecounter


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -