Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Functions
MemsetBench.cpp File Reference
#include "bench/Benchmark.h"
#include "include/private/base/SkTemplates.h"
#include "src/core/SkMemset.h"

Go to the source code of this file.

Classes

class  MemsetBench< T >
 

Functions

 DEF_BENCH (return(new MemsetBench< uint64_t >(16)))
 
 DEF_BENCH (return(new MemsetBench< uint64_t >(64)))
 
 DEF_BENCH (return(new MemsetBench< uint64_t >(256)))
 
 DEF_BENCH (return(new MemsetBench< uint64_t >(512)))
 
 DEF_BENCH (return(new MemsetBench< uint64_t >(768)))
 
 DEF_BENCH (return(new MemsetBench< uint64_t >(1024)))
 
 DEF_BENCH (return(new MemsetBench< uint64_t >(2048)))
 
 DEF_BENCH (return(new MemsetBench< uint64_t >(4096)))
 
 DEF_BENCH (return(new MemsetBench< uint64_t >(65536)))
 
 DEF_BENCH (return(new MemsetBench< uint32_t >(16)))
 
 DEF_BENCH (return(new MemsetBench< uint32_t >(64)))
 
 DEF_BENCH (return(new MemsetBench< uint32_t >(256)))
 
 DEF_BENCH (return(new MemsetBench< uint32_t >(512)))
 
 DEF_BENCH (return(new MemsetBench< uint32_t >(768)))
 
 DEF_BENCH (return(new MemsetBench< uint32_t >(1024)))
 
 DEF_BENCH (return(new MemsetBench< uint32_t >(2048)))
 
 DEF_BENCH (return(new MemsetBench< uint32_t >(4096)))
 
 DEF_BENCH (return(new MemsetBench< uint32_t >(65536)))
 
 DEF_BENCH (return(new MemsetBench< uint16_t >(16)))
 
 DEF_BENCH (return(new MemsetBench< uint16_t >(64)))
 
 DEF_BENCH (return(new MemsetBench< uint16_t >(256)))
 
 DEF_BENCH (return(new MemsetBench< uint16_t >(512)))
 
 DEF_BENCH (return(new MemsetBench< uint16_t >(768)))
 
 DEF_BENCH (return(new MemsetBench< uint16_t >(1024)))
 
 DEF_BENCH (return(new MemsetBench< uint16_t >(2048)))
 
 DEF_BENCH (return(new MemsetBench< uint16_t >(4096)))
 
 DEF_BENCH (return(new MemsetBench< uint16_t >(65536)))
 

Function Documentation

◆ DEF_BENCH() [1/27]

DEF_BENCH ( return(new MemsetBench< uint16_t >(1024))  )

◆ DEF_BENCH() [2/27]

DEF_BENCH ( return(new MemsetBench< uint16_t >(16))  )

◆ DEF_BENCH() [3/27]

DEF_BENCH ( return(new MemsetBench< uint16_t >(2048))  )

◆ DEF_BENCH() [4/27]

DEF_BENCH ( return(new MemsetBench< uint16_t >(256))  )

◆ DEF_BENCH() [5/27]

DEF_BENCH ( return(new MemsetBench< uint16_t >(4096))  )

◆ DEF_BENCH() [6/27]

DEF_BENCH ( return(new MemsetBench< uint16_t >(512))  )

◆ DEF_BENCH() [7/27]

DEF_BENCH ( return(new MemsetBench< uint16_t >(64))  )

◆ DEF_BENCH() [8/27]

DEF_BENCH ( return(new MemsetBench< uint16_t >(65536))  )

◆ DEF_BENCH() [9/27]

DEF_BENCH ( return(new MemsetBench< uint16_t >(768))  )

◆ DEF_BENCH() [10/27]

DEF_BENCH ( return(new MemsetBench< uint32_t >(1024))  )

◆ DEF_BENCH() [11/27]

DEF_BENCH ( return(new MemsetBench< uint32_t >(16))  )

◆ DEF_BENCH() [12/27]

DEF_BENCH ( return(new MemsetBench< uint32_t >(2048))  )

◆ DEF_BENCH() [13/27]

DEF_BENCH ( return(new MemsetBench< uint32_t >(256))  )

◆ DEF_BENCH() [14/27]

DEF_BENCH ( return(new MemsetBench< uint32_t >(4096))  )

◆ DEF_BENCH() [15/27]

DEF_BENCH ( return(new MemsetBench< uint32_t >(512))  )

◆ DEF_BENCH() [16/27]

DEF_BENCH ( return(new MemsetBench< uint32_t >(64))  )

◆ DEF_BENCH() [17/27]

DEF_BENCH ( return(new MemsetBench< uint32_t >(65536))  )

◆ DEF_BENCH() [18/27]

DEF_BENCH ( return(new MemsetBench< uint32_t >(768))  )

◆ DEF_BENCH() [19/27]

DEF_BENCH ( return(new MemsetBench< uint64_t >(1024))  )

◆ DEF_BENCH() [20/27]

DEF_BENCH ( return(new MemsetBench< uint64_t >(16))  )

◆ DEF_BENCH() [21/27]

DEF_BENCH ( return(new MemsetBench< uint64_t >(2048))  )

◆ DEF_BENCH() [22/27]

DEF_BENCH ( return(new MemsetBench< uint64_t >(256))  )

◆ DEF_BENCH() [23/27]

DEF_BENCH ( return(new MemsetBench< uint64_t >(4096))  )

◆ DEF_BENCH() [24/27]

DEF_BENCH ( return(new MemsetBench< uint64_t >(512))  )

◆ DEF_BENCH() [25/27]

DEF_BENCH ( return(new MemsetBench< uint64_t >(64))  )

◆ DEF_BENCH() [26/27]

DEF_BENCH ( return(new MemsetBench< uint64_t >(65536))  )

◆ DEF_BENCH() [27/27]

DEF_BENCH ( return(new MemsetBench< uint64_t >(768))  )