diff options
author | embeddedt <42941056+embeddedt@users.noreply.github.com> | 2023-05-24 11:05:06 -0400 |
---|---|---|
committer | embeddedt <42941056+embeddedt@users.noreply.github.com> | 2023-05-24 11:05:06 -0400 |
commit | 67c1d7ba2f63cda64ea54e9630238e2b3a963a17 (patch) | |
tree | 55c404f59b27951299971a1f90a95ad0faba8ee9 /spark-common/src/main/proto/spark/spark.proto | |
parent | a73c5d41be8eb3f25bfbd2bf9908ba4c8ca027b7 (diff) | |
parent | f5b35cf7590e5e0d3f5b604216e1ba4a3d641c9d (diff) | |
download | spark-67c1d7ba2f63cda64ea54e9630238e2b3a963a17.tar.gz spark-67c1d7ba2f63cda64ea54e9630238e2b3a963a17.tar.bz2 spark-67c1d7ba2f63cda64ea54e9630238e2b3a963a17.zip |
Merge remote-tracking branch 'lucko/master' into forge-1.7.10
Diffstat (limited to 'spark-common/src/main/proto/spark/spark.proto')
-rw-r--r-- | spark-common/src/main/proto/spark/spark.proto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/spark-common/src/main/proto/spark/spark.proto b/spark-common/src/main/proto/spark/spark.proto index f61e585..2004415 100644 --- a/spark-common/src/main/proto/spark/spark.proto +++ b/spark-common/src/main/proto/spark/spark.proto @@ -165,6 +165,11 @@ message WindowStatistics { int32 entities = 8; int32 tile_entities = 9; int32 chunks = 10; + + // approximate wall-clock start/end times + int64 start_time = 11; + int64 end_time = 12; + int32 duration = 13; } message RollingAverageValues { |