147
edits
Changes
→Implementation
</syntaxhighlight>
===== Serial execution CPU profile =====
As you can see only one core is work to compute the value of Pi - '''CPU8 @ 100%'''<br/>[[Image:Cpu.PNG|left|alt=Monte Carlo Simulations]]<br/>
===== Parallel =====
<syntaxhighlight lang="go">
}
</syntaxhighlight>
===== Parallel execution CPU profile =====
As you can see all cores are working to compute the value of Pi - '''CPU1-8 @ 100%'''<br/>
[[Image:Cpu2.PNG|alt=Monte Carlo Simulations]]