HTGS  v2.0
The Hybrid Task Graph Scheduler
TaskGraphDotGenFlags.hpp
Go to the documentation of this file.
1 // NIST-developed software is provided by NIST as a public service. You may use, copy and distribute copies of the software in any medium, provided that you keep intact this entire notice. You may improve, modify and create derivative works of the software or any portion of the software, and you may copy and distribute such modifications or works. Modified works should carry a notice stating that you changed the software and should note the date and nature of any such change. Please explicitly acknowledge the National Institute of Standards and Technology as the source of the software.
2 // NIST-developed software is expressly provided "AS IS." NIST MAKES NO WARRANTY OF ANY KIND, EXPRESS, IMPLIED, IN FACT OR ARISING BY OPERATION OF LAW, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT AND DATA ACCURACY. NIST NEITHER REPRESENTS NOR WARRANTS THAT THE OPERATION OF THE SOFTWARE WILL BE UNINTERRUPTED OR ERROR-FREE, OR THAT ANY DEFECTS WILL BE CORRECTED. NIST DOES NOT WARRANT OR MAKE ANY REPRESENTATIONS REGARDING THE USE OF THE SOFTWARE OR THE RESULTS THEREOF, INCLUDING BUT NOT LIMITED TO THE CORRECTNESS, ACCURACY, RELIABILITY, OR USEFULNESS OF THE SOFTWARE.
3 // You are solely responsible for determining the appropriateness of using and distributing the software and you assume all risks associated with its use, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and the unavailability or interruption of operation. This software is not intended to be used in any situation where a failure could cause risk of injury or damage to property. The software developed by NIST employees is not subject to copyright protection within the United States.
4 
13 #ifndef HTGS_TASKGRAPHDOTGENFLAGS_HPP
14 #define HTGS_TASKGRAPHDOTGENFLAGS_HPP
15 
20 #define DOTGEN_FLAG_HIDE_MEM_EDGES 1 << 0
21 
26 #define DOTGEN_FLAG_SHOW_ALL_THREADING 1 << 1
27 
32 #define DOTGEN_FLAG_SHOW_IN_OUT_TYPES 1 << 2
33 
38 #define DOTGEN_FLAG_HIDE_PROFILE_COMP_TIME 1 << 3
39 
44 #define DOTGEN_FLAG_HIDE_PROFILE_MAX_Q_SZ 1 << 4
45 
50 #define DOTGEN_FLAG_HIDE_PROFILE_WAIT_TIME 1 << 5
51 
56 #define DOTGEN_COLOR_COMP_TIME 1 << 6
57 
62 #define DOTGEN_COLOR_MAX_Q_SZ 1 << 7
63 
68 #define DOTGEN_COLOR_WAIT_TIME 1 << 8
69 
74 #define DOTGEN_FLAG_HIDE_MEMORY_WAIT_TIME 1 << 9
75 
80 #define DOTGEN_COLOR_MEMORY_WAIT_TIME 1 << 10
81 
86 #define DOTGEN_FLAG_SHOW_CURRENT_Q_SZ 1 << 11
87 
92 #define DOTGEN_FLAG_SHOW_CONNECTOR_VERBOSE 1 << 12
93 
98 #define DOTGEN_FLAG_SHOW_TASK_LIVING_STATUS 1 << 13
99 
104 #define DOTGEN_FLAG_SHOW_CONNECTORS 1 << 14
105 
106 #endif //HTGS_TASKGRAPHDOTGENFLAGS_HPP