Skip to content

s0kil/nimcoz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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