Coder Social home page Coder Social logo

Comments (4)

lance avatar lance commented on September 23, 2024 1

https://www.chromium.org/developers/creating-v8-profiling-timeline-plots

from entente.

helio-frota avatar helio-frota commented on September 23, 2024

Attempting to use plot-timer-events to generate a graph of v8.log

python2.7 required

git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git

export PATH=pwd/depot_tools:"$PATH"

fetch v8

[hf@archT440 v8]$ du -s -h
1.6G

node -p process.versions.v8

git branch --remotes | grep branch-heads/

git checkout branch-heads/5.0

cd v8/

gclient sync

tiny hack 1:
cd /usr/lib/
sudo ln -s libtinfo.so.6 libtinfo.so.5
tiny hack 2:
vim Makefile
GYPFLAGS += -Dlinux_use_bundled_gold=0
[ inspired by :https://bbs.archlinux.org/viewtopic.php?pid=1610923#p1610923 ]

make native

export D8_PATH=pwd/out/native/

[hf@archT440 v8]$ tools/plot-timer-events --distortion=4500 ~/isolate-0x23d4dc0-v8.log
line 0: undefined variable: Infinity

It works with v8.log generated by d8
timer-events

from entente.

balunasj avatar balunasj commented on September 23, 2024

Is the outcome of this issue a document, blog post, etc...?

I think shifting to "unscheduled" for now make sense.

from entente.

helio-frota avatar helio-frota commented on September 23, 2024

Great move.

  • The outcome is a document on entente.
  • This is not part of our javascript layer tasks, so no plans for this.

from entente.

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.