Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[memprof] Add an assert to InstrProfWriter::addMemProfData
This patch adds a quick validity check to InstrProfWriter::addMemProfData. Specifically, we check to see if we have all (or none) of the MemProf profile components (frames, call stacks, records). The credit goes to Teresa Johnson for suggesting this assert.
- Loading branch information