Skip to content

When are .dot files created #20

Answered by tgfrerer
tgfrerer asked this question in Q&A
Discussion options

You must be logged in to vote

Update: as of 0.7.0, dot files are generated whenever the associated LE_SETTING is > 0.

  • For queue sync .dot files, the LE_SETTING is: LE_SETTING_GENERATE_QUEUE_SYNC_DOT_FILES
  • For rendergraph .dot filer, the LE_SETTING is: LE_SETTING_RENDERGRAPH_GENERATE_DOT_FILES

Whenever a .dot file is generated, the corresponding LE_SETTING is decremented by the backend.

To tell the backend to create a .dot file, do this (for example as a response to a key press):

LE_SETTING( uint32_t, LE_SETTING_GENERATE_QUEUE_SYNC_DOT_FILES, 0 ); // make setting available	
*LE_SETTING_GENERATE_QUEUE_SYNC_DOT_FILES = 1; // set setting to 1

You can set LE_SETTING_GENERATE_QUEUE_SYNC_DOT_FILES to 10 if you want to cr…

Replies: 2 comments 1 reply

Comment options

tgfrerer
Jan 18, 2021
Maintainer Author

You must be logged in to vote
1 reply
@underdoeg
Comment options

Comment options

tgfrerer
Nov 28, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by tgfrerer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants