mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 00:56:19 +02:00
8 lines
153 B
C#
8 lines
153 B
C#
namespace RemSox.Processing;
|
|
|
|
public class ProcessMetrics
|
|
{
|
|
public int AverageTickTimeMs { get; set; }
|
|
|
|
public int LastTickTimeMs { get; set; }
|
|
} |