index
:
github/SMAPI.git
develop
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
SMAPI.Mods.ConsoleCommands
/
Framework
/
Commands
/
Other
/
PerformanceCounterCommand.cs
Age
Commit message (
Expand
)
Author
2021-01-06
remove experimental performance counters
Jesse Plamondon-Willard
2020-01-26
simplify performance details output
Jesse Plamondon-Willard
2020-01-26
show warning when using commands while disabled, simplify some commands a bit
Jesse Plamondon-Willard
2020-01-26
tweak namespace
Jesse Plamondon-Willard
2020-01-26
refactor performance counter code
Jesse Plamondon-Willard
2020-01-21
Added commands to enable and disable performance counters. Peak is now using ...
Drachenkaetzchen
2020-01-15
Added peak execution time over the last 60 seconds
Drachenkaetzchen
2020-01-15
Added "trigger dump" command to dump the configured triggers as commands for ...
Drachenkaetzchen
2020-01-15
Added documentation for all commands. Renamed the "monitor" command to "trigg...
Drachenkaetzchen
2020-01-15
Added documentation for all performance counter methods and members. Refactor...
Drachenkaetzchen
2020-01-11
Reworked the console implementation, added monitoring. Some internal refactor...
Drachenkaetzchen
2020-01-10
Initial commit of the performance counters
Drachenkaetzchen