Profiling Workspace

  • We can use sysdig which is a new tool for tracing system information

  • linux kernel perf command

  • Use programs to emulate (in a perfkit/OSX Instruments style)
    • kernel shark
    • perf
      • timechart
      • callgraph
    • strace
    • ltrace
    • sysprof
    • wireshark
    • oprofile can now use perf

  • Would be nice to always have recording in background when running a project (allows for troubleshooting after problem discovered)

Apps/Builder/Planning/Profiler (last edited 2014-10-28 16:00:45 by HashemNasarat)