Issue 136831
Summary __llvm_profile_write_file can only append data to profraw file
Labels new issue
Assignees
Reporter OuterCloud
    Can "__llvm_profile_write_file" merge the current profile data into profraw file without just appending the profile data to the file? 
Appending will make the profraw file larger and larger while I call the "__llvm_profile_write_file" method.

Can "__llvm_profile_write_file" update the data of profraw file instead of appending data to the profraw file?

The profraw file will get larger and larger, but when I parse the profraw file into profdata file, the size is very small.

Hope "__llvm_profile_write_file" or some other methods can support "update mode" other than "append mode"
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to