eclipse-openj9 / openj9-utils

Other
16 stars 29 forks source link

perf-tool: more granular timestamp #19

Closed gireeshpunathil closed 3 years ago

gireeshpunathil commented 3 years ago

  "body": "Server started",
  "from": "Server",
  "timestamp": 1611374479
}

right now the timestamp of an event is in seconds from epoch. this can be made in milliseconds by default, and made configurable (seconds and microseconds, if need be)