| Index: runtime/observatory/lib/src/elements/cpu_profile.dart
|
| diff --git a/runtime/observatory/lib/src/elements/cpu_profile.dart b/runtime/observatory/lib/src/elements/cpu_profile.dart
|
| index 087daa5d50fa29c4f1600869cfff3a3112ac0411..c026d7c04477718bebb916c27fc15fd32fbc110c 100644
|
| --- a/runtime/observatory/lib/src/elements/cpu_profile.dart
|
| +++ b/runtime/observatory/lib/src/elements/cpu_profile.dart
|
| @@ -76,6 +76,8 @@ abstract class ProfileTreeRow<T> extends TableTreeRow {
|
| 'optimized' : const ['O', null, 'Optimized'],
|
| 'unoptimized' : const ['U', null, 'Unoptimized'],
|
| 'inlined' : const ['I', null, 'Inlined'],
|
| + 'intrinsic' : const ['It', null, 'Intrinsic'],
|
| + 'ffi' : const ['F', null, 'FFI'],
|
| 'dart' : const ['D', null, 'Dart'],
|
| 'tag' : const ['T', null, 'Tag'],
|
| 'native' : const ['N', null, 'Native'],
|
|
|