-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Use IVsUpdateSolutionEvents2 to track build events rather than DTE. - Handle the case where the "start build" event does not fire. I haven't identified why this occurs, but this change prevents claiming that builds ran for many years. - Use a System.Diagnostics.Stopwatch for better precision when timing builds. Using DateTime.Now is limited to 15ms granularity, while Stopwatch can do sub-millisecond. - Wire through the setting that controls time stamp formatting. - Avoid use of JTF to get onto main thread. We are already on the main thread.
- Loading branch information
1 parent
e3dd7b9
commit 892692a
Showing
1 changed file
with
52 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters