mirror of
https://github.com/enso-org/enso.git
synced 2025-01-03 02:31:41 +03:00
68b483eaaf
Fix EnsoGL runtime statistics collection and processing, so that all values in a single vertical slice of the Monitor Panel graph (accessible through `control-option-tilde` shortcut) represent stats for the same animation/rendering frame. Before the change, for any vertical slice of the graph, the FPS value was shown for the previous (`i - 1`) rendering frame, whereas the other values were shown for the current (`i`) rendering frame. The alignment of the stats will become even more important in the future, when the values will be included in more detailed profiling reports, which is planned. The GUI that is impacted (if in a subtle way) by the changed code is the performance monitor panel, accessible with a `ctrl-option-tilde` keyboard shortcut in the IDE. https://www.pivotaltracker.com/story/show/181140499 |
||
---|---|---|
.. | ||
automata | ||
build-utils | ||
callback | ||
code-builder | ||
config-reader | ||
data-structures | ||
ensogl | ||
frp | ||
fuzzly | ||
generics | ||
json-rpc | ||
launcher-shims | ||
logger | ||
macro-utils | ||
not-used | ||
optics | ||
parser | ||
prelude | ||
shapely | ||
shortcuts | ||
text | ||
types | ||
web |