gfx-rs / gfx_scene

deprecated
Apache License 2.0
15 stars 1 forks source link

Use hprof #42

Closed ghost closed 9 years ago

ghost commented 9 years ago

Example output:

  render - 81969ns (0.5054537503251235%)
    enqueue - 47000ns (57.33875001524966%)
    flush - 20557ns (25.078993277946545%)
      sort - 2050ns (9.972272218708955%)
      draw to stream - 14515ns (70.60855183149293%)
      clear - 2760ns (13.426083572505714%)
  present - 16131127ns (99.47100292941062%)

Fixes #31

cc @cmr

kvark commented 9 years ago

Awesomeness!