Added memory debug, removed GC call for #170

This commit is contained in:
Michael J. Seiferling
2018-11-13 10:13:07 -06:00
parent 7dc61e76ab
commit c93af8821f
3 changed files with 33 additions and 3 deletions
+18
View File
@@ -3039,6 +3039,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Memory Allocation: [PARAM] MB.
'''</summary>
Friend ReadOnly Property frmMain_DebugMemoryAllocation() As String
Get
Return ResourceManager.GetString("frmMain_DebugMemoryAllocation", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Game Backup Monitor Log.
'''</summary>
@@ -3237,6 +3246,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Invalid mode([PARAM]) for command [PARAM]..
'''</summary>
Friend ReadOnly Property frmMain_ErrorInvalidMode() As String
Get
Return ResourceManager.GetString("frmMain_ErrorInvalidMode", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to The command [PARAM] requires more parameters..
'''</summary>