-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memoro: no profile collected! #10
Comments
I had a short email exchange with Treyer Thierry regarding this issue. His response:
This allowed me to collect profiles, however I still ran into issues with the visualizer. I sent the following reply with new issues, however did not receive a response. I did not follow up any more in favor of pursuing other avenues.
|
Hello I'm trying to profile some caffe code.
I've built clang successfully and managed to compile my own code with it.
I've added -fsanitize=memoro to both my link flags and cxx flags in my CMakeLists.txt
And am building as follows:
The build seems to run fine as does the compiled binary, however at the end of execution I just get
I believe I've followed all the steps in the documentation, how can I make sure memoro actually profiles my program?
The typefiles folder is made (but it's empty) and there are no .trace or .chunk files.
This is on Ubuntu 18.10 with clang version info:
The text was updated successfully, but these errors were encountered: