ScriptaGames / zorbio

A 3D multiplayer WebGL game
MIT License
8 stars 1 forks source link

Convert Google Analytics timings unit to ms #490

Closed Jared-Sprague closed 6 years ago

Jared-Sprague commented 7 years ago

need to multiply ping and fps google analytics metrics by 1000 so that they are easier to read in google analytics

for example currently it's showing the average fps at 0.05 when it should be 50 fps

Jared-Sprague commented 6 years ago

Also need to make these median's instead of average