Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Functions | Variables
FindCubicConvex180ChopsBench.cpp File Reference
#include "bench/Benchmark.h"
#include "src/gpu/tessellate/Tessellation.h"

Go to the source code of this file.

Classes

class  FindCubicConvex180ChopsBench
 

Functions

 DEF_BENCH (return new FindCubicConvex180ChopsBench({{{0, 0}, {100, 0}, {50, 100}, {100, 100}}}, "_inflect1");) DEF_BENCH(return new FindCubicConvex180ChopsBench(
 

Variables

 _loop
 

Function Documentation

◆ DEF_BENCH()

DEF_BENCH ( return new FindCubicConvex180ChopsBench({{{0, 0}, {100, 0}, {50, 100}, {100, 100}}}, "_inflect1");   )
new

Definition at line 37 of file FindCubicConvex180ChopsBench.cpp.

37 {{{0,0}, {100,0}, {50,100}, {100,100}}},
38 "_inflect1");)
39DEF_BENCH(return new FindCubicConvex180ChopsBench({{{0,0}, {50,0}, {100,50}, {100,100}}},
#define DEF_BENCH(code)
Definition Benchmark.h:20

Variable Documentation

◆ _loop

_loop

Definition at line 40 of file FindCubicConvex180ChopsBench.cpp.