mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 22:11:26 +12: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.h"
|
||||||
#include "Emu/system_config.h"
|
#include "Emu/system_config.h"
|
||||||
#include "Emu/IdManager.h"
|
#include "Emu/IdManager.h"
|
||||||
#include "Emu/perf_meter.hpp"
|
|
||||||
#include "Crypto/sha1.h"
|
#include "Crypto/sha1.h"
|
||||||
#include "Utilities/StrUtil.h"
|
#include "Utilities/StrUtil.h"
|
||||||
#include "Utilities/JIT.h"
|
#include "Utilities/JIT.h"
|
||||||
|
@ -8895,8 +8894,6 @@ struct spu_llvm_worker
|
||||||
|
|
||||||
void operator()()
|
void operator()()
|
||||||
{
|
{
|
||||||
perf_meter<"SPUW"_u32> perf0;
|
|
||||||
|
|
||||||
// SPU LLVM Recompiler instance
|
// SPU LLVM Recompiler instance
|
||||||
const auto compiler = spu_recompiler_base::make_llvm_recompiler();
|
const auto compiler = spu_recompiler_base::make_llvm_recompiler();
|
||||||
compiler->init();
|
compiler->init();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue