wolfram-language-notebook icon indicating copy to clipboard operation
wolfram-language-notebook copied to clipboard

Is there debug mode or something, help to profile?

Open asukaminato0721 opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? A clear and concise description of what the problem is.

https://mathematica.stackexchange.com/questions/7768

Recently, I want to profile a code. So I found this, but it needs a Debugger, and just run

f[x_] := x^2

Table[f[x], {100000}]; // RuntimeTools`Profile

Not work.

Describe the solution you'd like A clear and concise description of what you want to happen.

Any method to use it? Or impossible to use?

Additional context Add any other context or screenshots about the feature request here.

asukaminato0721 avatar Sep 11 '22 06:09 asukaminato0721