Skip to content

Instantly share code, notes, and snippets.

@kevin-w-osullivan
Last active June 20, 2019 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kevin-w-osullivan/2ac132651f071875606e619456a1a6e8 to your computer and use it in GitHub Desktop.
Save kevin-w-osullivan/2ac132651f071875606e619456a1a6e8 to your computer and use it in GitHub Desktop.
The frame times API has the following response if a session has been recorded with Frametimes enabled.
[
{
"vSync": 16666666,
"drawStarted": [
"val1",
"val2",
....,
“valn”
],
"drawFinished": [
"val1",
"val2",
....,
“valn”
],
"lastVsync": [
"val1",
"val2",
....,
“valn”
]
},
{
"drawStarted": [
"val1",
"val2",
....,
“valn”
],
"drawFinished": [
"val1",
"val2",
....,
“valn”
],
"lastVsync": [
"val1",
"val2",
....,
“valn”
]
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment