@return the width, in bytes, of metric UIDs
()
| 952 | |
| 953 | /** @return the width, in bytes, of metric UIDs */ |
| 954 | public static short metrics_width() { |
| 955 | return METRICS_WIDTH; |
| 956 | } |
| 957 | |
| 958 | /** @return the width, in bytes, of tagk UIDs */ |
| 959 | public static short tagk_width() { |
no outgoing calls