pub fn dump<P>(path: P) -> Result<(), DumpError>where P: AsRef<Path>,
Dump the profile to the path.
path