Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: ExecTiming
Post: ExecTiming

Several years ago, I wrote a small module named PyTimer that provided some features to make it easier to determine the execution time of functions and sections of code. Today, I am posting about an up...
JacobMorris Code sharing 1 2,043 Jun-05-2019, 07:47 PM
    Thread: code timer - PyTimer
Post: RE: code timer - PyTimer

(Dec-13-2016, 04:39 PM)Mekire Wrote: (Dec-13-2016, 04:12 PM)JacobMorris Wrote: Previously, the only real option was to calculate the time before, then after, and subtract the twoNot to take away f...
JacobMorris Code sharing 2 4,139 Dec-13-2016, 04:49 PM
    Thread: code timer - PyTimer
Post: code timer - PyTimer

PyTimer is a module that I created meant to make calculating code execution times much easier. Previously, the only real option was to calculate the time before, then after, and subtract the two, and ...
JacobMorris Code sharing 2 4,139 Dec-13-2016, 04:12 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020