Git Product home page Git Product logo

Comments (8)

jordanmontt avatar jordanmontt commented on July 3, 2024

Hi, I can't seem to reproduce the bug. Could you send me some code to reproduce it?

Thanks!

from illimani-memory-profiler.

tinchodias avatar tinchodias commented on July 3, 2024

Ok I will revert my change and check.

BTW, thanks for the tool! I'm starting to spot optimizations:
pharo-graphics/Bloc#320
pharo-graphics/Bloc#321

from illimani-memory-profiler.

tinchodias avatar tinchodias commented on July 3, 2024

I didn't say it, the cause of the DNU was that the object in "contextFingerprint" instvar was a WriteStream... does it tell something to you?

from illimani-memory-profiler.

jordanmontt avatar jordanmontt commented on July 3, 2024

Thanks for using the tool! And about the WriteStream you said it on the title. That is what actually seems weird for me because the method calls contents which it should return a String

from illimani-memory-profiler.

tinchodias avatar tinchodias commented on July 3, 2024

Okay, but it was me who added "contents". Current source code doesn't has the "contents".

from illimani-memory-profiler.

tinchodias avatar tinchodias commented on July 3, 2024

Sebastian,
If you want to reproduce it:

  1. In a Pharo 12 and install BlocBenchs as said in https://github.com/pharo-graphics/BlocBenchs/wiki
  2. In a workspace, evaluate:
[ numberOfSeconds := 10.
IllAllocationProfiler new
	profileOn: [
		PCBenchmarkSuite new
			addCase: PCSolidCirclesBenchCase new;
			numberOfSeconds: numberOfSeconds;
			addAlexandrieBenchmarker;
			run.
		numberOfSeconds seconds wait. ];
	open ] fork
  1. Click on tab Memory tab
  2. Click on a table item
  3. In the inspector, click on "Grouped Allocations" tab
  4. Click on an item
  5. Click on "Context Fingerprint" tab
  6. You see the debugging message, in the inspector

from illimani-memory-profiler.

jordanmontt avatar jordanmontt commented on July 3, 2024

Great! I will dig into that tomorrow :)

from illimani-memory-profiler.

jordanmontt avatar jordanmontt commented on July 3, 2024

I have removed this implementation of context fingerprint.

from illimani-memory-profiler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.