system.timers.timer - c# timer Always enabled Performance -
i have timer running 100% of day , unsure if cause issue. tick once minute part , compare datetime.now 5 stored values.
in theory having timer running mean taking performance hit once per minute, or minimal code involved going create problem.
there won't enough code have noticeable performance hit. timer executes code in 1 or more event sinks , use minimal amount of cpu cycles.
Comments
Post a Comment