Removing measure 'instruction' again, needs more work

This commit is contained in:
Thomas Roehl 2025-04-18 01:16:40 +02:00
parent dcee847b92
commit e48863630b

View File

@ -20,7 +20,6 @@ const (
Requests Requests
Packets Packets
Events Events
Instructions
) )
type MeasureData struct { type MeasureData struct {
@ -103,11 +102,6 @@ var MeasuresMap map[Measure]MeasureData = map[Measure]MeasureData{
Short: "events", Short: "events",
Regex: "^([eE][vV]?[eE]?[nN][tT][sS]?)", Regex: "^([eE][vV]?[eE]?[nN][tT][sS]?)",
}, },
Instructions: {
Long: "Instructions",
Short: "instr",
Regex: "^([iI][nN][sS][tT][rR][uU]?[cC]?[tT]?[iI]?[oO]?[nN]?[sS]?)",
},
} }
// String returns the long string for the measure like 'Percent' or 'Seconds' // String returns the long string for the measure like 'Percent' or 'Seconds'