mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Remove garbage SPUW perf report
This commit is contained in:
parent
cd01a1eb09
commit
a90ad62fc0
1 changed files with 0 additions and 3 deletions
|
@ -4,7 +4,6 @@
|
|||
#include "Emu/System.h"
|
||||
#include "Emu/system_config.h"
|
||||
#include "Emu/IdManager.h"
|
||||
#include "Emu/perf_meter.hpp"
|
||||
#include "Crypto/sha1.h"
|
||||
#include "Utilities/StrUtil.h"
|
||||
#include "Utilities/JIT.h"
|
||||
|
@ -8895,8 +8894,6 @@ struct spu_llvm_worker
|
|||
|
||||
void operator()()
|
||||
{
|
||||
perf_meter<"SPUW"_u32> perf0;
|
||||
|
||||
// SPU LLVM Recompiler instance
|
||||
const auto compiler = spu_recompiler_base::make_llvm_recompiler();
|
||||
compiler->init();
|
||||
|
|
Loading…
Add table
Reference in a new issue