Definition at line 287 of file PathBench.cpp.
◆ LongLinePathBench()
LongLinePathBench::LongLinePathBench |
( |
Flags |
flags | ) |
|
|
inline |
◆ appendName()
void LongLinePathBench::appendName |
( |
SkString * |
name | ) |
|
|
inlineoverridevirtual |
Implements PathBench.
Definition at line 291 of file PathBench.cpp.
291 {
292 name->append(
"long_line");
293 }
DEF_SWITCHES_START aot vmservice shared library name
◆ complexity()
int LongLinePathBench::complexity |
( |
| ) |
|
|
inlineoverridevirtual |
◆ makePath()
void LongLinePathBench::makePath |
( |
SkPath * |
path | ) |
|
|
inlineoverridevirtual |
Implements PathBench.
Definition at line 294 of file PathBench.cpp.
294 {
297 for (
size_t i = 1;
i < 100;
i++) {
299 }
300 }
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir path
The documentation for this class was generated from the following file: