Haiyang-Sun / nodeprof.js

Instrumentation framework for Node.js compliant to ECMAScript 2020 based on GraalVM.
Apache License 2.0
53 stars 22 forks source link

Online instrumentation in the browser #107

Closed GianlucaDeStefano closed 1 year ago

GianlucaDeStefano commented 2 years ago

Hi, I would like to instrument online webpages and run analysis directly in the browser without having to pre-download the website's code locally. I was implementing this analysis using Jalangi, but since it does not support EC6 features I am trying to find an alternative tool.

Do you think that nodeprof is suited for this purpose? Does it support the instrumentation of frontend JS code (Js inlined with HTML)?

Haiyang-Sun commented 1 year ago

Hi @GianlucaDeStefano , nodeprof doesn't run in browser, so it won't help in your case.