���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /home/real/node-v13.0.1/deps/v8/tools/turbolizer/src/ |
// Copyright 2014 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. export const MAX_RANK_SENTINEL = 0; export const GRAPH_MARGIN = 250; export const SOURCE_PANE_ID = 'left'; export const SOURCE_COLLAPSE_ID = 'source-shrink'; export const SOURCE_EXPAND_ID = 'source-expand'; export const INTERMEDIATE_PANE_ID = 'middle'; export const GRAPH_PANE_ID = 'graph'; export const SCHEDULE_PANE_ID = 'schedule'; export const GENERATED_PANE_ID = 'right'; export const DISASSEMBLY_PANE_ID = 'disassembly'; export const DISASSEMBLY_COLLAPSE_ID = 'disassembly-shrink'; export const DISASSEMBLY_EXPAND_ID = 'disassembly-expand'; export const COLLAPSE_PANE_BUTTON_VISIBLE = 'button-input'; export const COLLAPSE_PANE_BUTTON_INVISIBLE = 'button-input-invisible'; export const UNICODE_BLOCK = '▋'; export const PROF_COLS = [ { perc: 0, col: { r: 255, g: 255, b: 255 } }, { perc: 0.5, col: { r: 255, g: 255, b: 128 } }, { perc: 5, col: { r: 255, g: 128, b: 0 } }, { perc: 15, col: { r: 255, g: 0, b: 0 } }, { perc: 100, col: { r: 0, g: 0, b: 0 } } ];