Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Variables
Stats.h File Reference
#include <algorithm>
#include <vector>
#include "include/core/SkString.h"
#include "include/private/base/SkFloatingPoint.h"

Go to the source code of this file.

Classes

struct  Stats
 

Variables

static const char * kBars [] = { "▁", "▂", "▃", "▄", "▅", "▆", "▇", "█" }
 

Variable Documentation

◆ kBars

const char* kBars[] = { "▁", "▂", "▃", "▄", "▅", "▆", "▇", "█" }
static

Definition at line 20 of file Stats.h.

20{ "▁", "▂", "▃", "▄", "▅", "▆", "▇", "█" };