Display Update Timestamp in Java -
i have general question java. when 1 issues command display something, there way actual time @ display updated? suppose issued display command @ end of refresh cycle on 60 hz monitor (say @ time = t ms), take 16.67 ms display updated new info - right? actual time @ display updated (t + 16.67) ms. can info retrieved of java class attributes/methods?
thanks, zhivago...
you monitoring thread fired @ set intervals, have issue of mistiming due thread starvation, resource locking, , other concurrency issues.
investigate java.lang.thread , java.util.timer
java timestamp
No comments:
Post a Comment