Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.39 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.39 KB

nimcoz

This is a Nim Wrapper For Coz Profiler

For Background on Causal Profiling:

Usage

  • Install Coz: https://github.com/plasma-umass/coz

    • Linux: apt install coz-profiler
    • OS X: Easiest way is to run a docker image with Linux and install Coz
  • Setup

  • Build

    • nim c --debuginfo:on --debugger:native --passC:"-gdwarf-3" --passL:"-ldl" program.nim
  • Run

    • coz run --- ./program
  • View Profile

Related