Jump to content

Search the Community

Showing results for tags '_timer_diff()'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • Forum FAQ
  • AutoIt

Calendars

  • Community Calendar

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Greetings, All of the sudden my TimerDiff() or _Timer_Diff() functions return only roughly half of the elapsed time: #include <Date.au3> ConsoleWrite(_NowTime() & @TAB & "Begin..." & @CRLF) $TestTimer = TimerInit() $StartDate = _NowCalc() Sleep(4000) $sElapsed = _DateDiff('s', $StartDate, _NowCalc()) ConsoleWrite(_NowTime() & @TAB & TimerDiff($TestTimer) & @TAB & $sElapsed & @CRLF) Console output: It was all working fine on this machine the past few weeks (i7 6700K, Win7 x64). Does anyone have an idea how this can be possible? Thanks! Update: Restarting Windows solved the issue but I still would love to know how this can happen. Console output after Windows restart:
×
×
  • Create New...