When I want to generate the llvm cov report, I find that The profraw file is very large, sometimes more than 1G. How should I cut it? Or I can write a part every time, and then upload it to the server. I can immediately clear the part that has been written from the cache. When I write again, I no longer need the part that has been uploaded
I tried to use void__ llvm_ profile_ initialize_ file(void); And void__ llvm_ profile_ initialize(void); It doesn't seem to work. My assumption is that__ llvm_ profile_ write_ When writing files, for example, there are already 10M files. I generate a new file. The previous 10M will not be written to this new file. The following content will be written to new files. Repeat this operation continuously