差分

この文書の現在のバージョンと選択したバージョンの差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
最新リビジョン 両方とも次のリビジョン
software:vizexec [2011/02/19 12:06]
sunagae [TCPで接続する場合]
software:vizexec [2011/02/19 12:10]
sunagae [TCPで接続する場合]
ライン 56: ライン 56:
  cpp_thread2 [ label = "​Thread2"​ ];  cpp_thread2 [ label = "​Thread2"​ ];
  cpp_thread3 [ label = "​Thread3"​ ];  cpp_thread3 [ label = "​Thread3"​ ];
 + node [shape = ellipse fillcolor = "#​CCCCFF"​];​
 + cpp_lw[ label = "​LogWriter for C++" ];
  }  }
  node [shape = box style=filled fillcolor="#​FFF0F0"​];​  node [shape = box style=filled fillcolor="#​FFF0F0"​];​
ライン 63: ライン 65:
  py_thread1 [ label = "​Thread1"​ ];  py_thread1 [ label = "​Thread1"​ ];
  py_thread2 [ label = "​Thread2"​ ];  py_thread2 [ label = "​Thread2"​ ];
 + node [shape = ellipse fillcolor = "#​CCCCFF"​];​
 + py_lw[ label = "​LogWriter for Python"​ ];
  }  }
   
- node [shape = ellipse fillcolor = "#​CCCCFF"​];​ 
- py_lw[ label = "​LogWriter for Python"​ ]; 
- cpp_lw[ label = "​LogWriter for C++" ]; 
   
  node [shape = box];  node [shape = box];
ライン 78: ライン 79:
  cpp_thread2 -> cpp_lw [ ];  cpp_thread2 -> cpp_lw [ ];
  cpp_thread3 -> cpp_lw [ label = "Use marker"​ ];  cpp_thread3 -> cpp_lw [ label = "Use marker"​ ];
- cpp_lw -> vizexec [ label = "Socket" ]; + cpp_lw -> vizexec [ label = "TCP/IP" ]; 
- py_thread1 -> py_lw [  ​label = "Use marker" ​]; + py_thread1 -> py_lw [  ]; 
- py_thread2 -> py_lw [  ]; + py_thread2 -> py_lw [ label = "Use marker or Hook" ​]; 
- py_lw -> vizexec [ label = "Socket" ];+ py_lw -> vizexec [ label = "TCP/IP" ];
  vizexec -> logfile [ label = "Write out" ];  vizexec -> logfile [ label = "Write out" ];
 } }
ライン 87: ライン 88:
  
   * vizexecをサーバーとして動かすことができる   * vizexecをサーバーとして動かすことができる
-  * 必要に応じて履歴をすべて書き出すことができる +  ​* ファイルの場合と同様にスレッドごとに出力 
 +  * プロセスをまたがったやりとりも可視化可能 
 +  ​* 必要に応じて履歴をすべてファイルに書き出すことができる
  
 ====== Download ====== ====== Download ======
 
software/vizexec.txt · 最終更新: 2014/06/06 23:03 by sunagae
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki