This shows you the differences between two versions of the page.
ep:labs:07:contents:tasks:ex3 [2025/05/05 01:03] radu.mantu |
ep:labs:07:contents:tasks:ex3 [2025/05/06 15:01] (current) radu.mantu |
||
---|---|---|---|
Line 15: | Line 15: | ||
$ cmake --build profiler/build --config Release --parallel | $ cmake --build profiler/build --config Release --parallel | ||
</code> | </code> | ||
+ | |||
+ | <note important> | ||
+ | If the compilation process takes up too much RAM, try to reduce the parallelization. | ||
+ | </note> | ||
So far so good. Once we're done with the integration of the Client into our demo application, the Server will collect the trace data and process it for us. But first things first... | So far so good. Once we're done with the integration of the Client into our demo application, the Server will collect the trace data and process it for us. But first things first... |