pharo-spec / NewTools

All development tools for Pharo, developed with Spec
21 stars 54 forks source link

Added open method to AndreasProfiler #835

Closed jordanmontt closed 1 month ago

jordanmontt commented 1 month ago

Added an open method to allow to open the UI without the need of using the profiler presenter.

For example:

prof := AndreasSystemProfiler spyOn: [ 1000000 timesRepeat: [ OrderedDictionary new ] ].

prof open
jordanmontt commented 1 month ago

ReleaseTest ✗ #testUndeclared (119ms) TestFailure: Found undeclared Variables: Gofer in: SCIGoferLoadSpec>>#basicLoadProjectOn: StSystemReporter in: SmalltalkCIPharo9>>#imageInfo

Failing test does not look related to this PR.

Ducasse commented 1 month ago

Tx Seb!!!