Skip to content

Profiling of vvdec code #143

Answered by adamjw24
remul19 asked this question in Q&A
Jun 19, 2023 · 1 comments · 6 replies
Discussion options

You must be logged in to vote

As stated in the project description:

mkdir build
cd build
cmake .. <build options>
cmake --build . # or just `make -j`

Just add -DCMAKE_C_FLAGS=-pg -DCMAKE_CXX_FLAGS=-pg to your cmake call.

Make sure you are using a clean (empty) directory for a custom CMake build.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@adamjw24
Comment options

@remul19
Comment options

@adamjw24
Comment options

@remul19
Comment options

@1div0
Comment options

Answer selected by remul19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants