You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that I've added them in Story.js during the v8 port and since profiler is null for now, they don't do anything. I've also added a TODO comment on top of empty methods dealing with starting / stopping the profiler.
Double checking that haven't missed any hook will be definitely required, though!
There's now a Profiler in ink, which still needs to be ported to ink.js. It was part of #80.
I've done a bit of work on it on the
profiler
branch. The tricky parts are the ones relying on C# dictionary functions such asOrderBy
,GroupBy
, etc.There are also a number of profiler hooks that need to be added to
Story.js
.The text was updated successfully, but these errors were encountered: