VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfProfileColors.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "vrfutil/profiler.h"
4 
5 
8 {
9  enum ColorType
10  {
11  BeginFrame = tracy::Color::DarkRed,
12  AdvanceFrame = tracy::Color::DarkBlue,
13  TerrainFeature = tracy::Color::Salmon,
14  TerrainIntersect = tracy::Color::LightSalmon2,
15  NavGeneration = tracy::Color::X11Green,
16  NavRuntime = tracy::Color::NavyBlue,
17  NavAreaManager = tracy::Color::Khaki,
18  PhysicalWorld = tracy::Color::DarkGreen,
19  ObjectSpatialOrganization = tracy::Color::DarkGreen,
20  LocalObjectTick = tracy::Color::Green3,
21  Sleep = tracy::Color::DarkSlateGray,
22  CreateLocalObject = tracy::Color::SpringGreen,
23  WaitingOnLock = tracy::Color::Red,
24  NetworkTick = tracy::Color::Salmon,
25  Sensor = tracy::Color::Yellow3,
26  HumanMovement = tracy::Color::SaddleBrown,
27  GoundVehicleMovement = tracy::Color::DarkOliveGreen4,
28  FixedWingMovement = tracy::Color::SkyBlue3,
29  RotaryWingMovement = tracy::Color::DarkSeaGreen3,
30  ShipMovement = tracy::Color::Cyan4,
31  MunitionMovement = tracy::Color::IndianRed3,
32  GeneralMovement = tracy::Color::Thistle2,
33  Weapon = tracy::Color::Violet,
34  Lua = tracy::Color::DeepPink3,
35  AisDataManager = tracy::Color::PaleGoldenrod,
36  AdsbDataManager = tracy::Color::PaleTurquoise
37 
38  };
39 };
40 
Definition: vrfProfileColors.h:27
Definition: vrfProfileColors.h:31
Definition: vrfProfileColors.h:20
Definition: vrfProfileColors.h:15
Definition: vrfProfileColors.h:19
Definition: vrfProfileColors.h:28
For movement controllers not specific to a specific domain.
Definition: vrfProfileColors.h:33
Definition: vrfProfileColors.h:18
Definition: vrfProfileColors.h:25
Definition: vrfProfileColors.h:30
ColorType
Definition: vrfProfileColors.h:9
Definition: vrfProfileColors.h:35
Define common colors used in marking profile sections of VRF.
Definition: vrfProfileColors.h:7
Definition: vrfProfileColors.h:34
Definition: vrfProfileColors.h:21
Definition: vrfProfileColors.h:12
Definition: vrfProfileColors.h:14
Definition: vrfProfileColors.h:23
Definition: vrfProfileColors.h:24
Definition: vrfProfileColors.h:11
Definition: vrfProfileColors.h:22
Definition: vrfProfileColors.h:26
Definition: vrfProfileColors.h:17
Definition: vrfProfileColors.h:32
Definition: vrfProfileColors.h:13
Definition: vrfProfileColors.h:29
Definition: vrfProfileColors.h:16
Definition: vrfProfileColors.h:36

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)