mobx.dart
mobx.dart copied to clipboard
The method 'debugFindConstructingStackFrame' inside Observer class is impacting performane
Hi,
I am using Mobx in a medium size project. When i look at devtools for which method is taking how much time, i see 'debugFindConstructingStackFrame' takes a lot of time.
Let me know if i am looking at the wrong thing. I also have the cpu profiler json. I will provide if required.
It seems like this method is only for debug purposes. You can disable it by settings debugAddStackTraceInObserverName
to false. For more details please take a look at Observer class.