![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Record PerformanceEntry objects from Node.js and the Web in the Trace Event Format, so that it can be visualized on https://ui.perfetto.dev.
Record PerformanceEntry
objects from Node.js and the Web in the Trace Event Format, so that it can be visualized on https://ui.perfetto.dev.
example.js
A new TraceEvents
object is created in:
https://github.com/RaisinTen/perftrace/blob/479fad048c63ce677a123bdd711c1bef8ba2b68e/example.js#L6
Before the process exits, the TraceEvents
object is destroyed and the trace events are stringified and printed to events.json
in:
The code that needs to be profiled can be done using the peformance.measure()
and peformance.mark()
APIs from Node.js and the Web:
peformance.mark("before");
// code that needs to be profiled
performance.measure("after", "before");
like it's being done in:
After running node example.js
, the generated events.json
file can be opened on https://ui.perfetto.dev for visualization:
FAQs
Record PerformanceEntry objects from Node.js and the Web in the Trace Event Format, so that it can be visualized on https://ui.perfetto.dev.
We found that perftrace demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.