Command line switches¶
These are the default command line switches, available in every pyCPA application. The example pyCPA applications and your own application potentially add some more options.
-
--max_iterations<int>¶ Maximum number of iterations in a local analysis
-
--max_window<int>¶ Maximum busy window length in a local analysis
-
--backlog¶ Compute the worst-case backlog.
-
--e2e_improved¶ enable improved end to end analysis (experimental)
-
--nocaching¶ disable event-model caching.
-
--show¶ Show plots (interactive).
-
--propagation<method>¶ Event model propagation method (jitter, jitter_dmin, jitter_offset, busy_window). default is busy_window
-
--verbose¶ be more talkative.