Profile constructor

Profile({
  1. int solve = 0,
  2. int makeContactConstraints = 0,
  3. int broadphase = 0,
  4. int integrate = 0,
  5. int narrowphase = 0,
})

Implementation

Profile({
  this.solve = 0,
  this.makeContactConstraints = 0,
  this.broadphase = 0,
  this.integrate = 0,
  this.narrowphase = 0
});