1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Description: Mention vite-vbo in manpage
Author: Philippe SWARTVAGHER <phil.swart@gmx.fr>
Last-Update: 2024-07-20
Forwarded: not-needed
---
diff --git a/vite.1 b/vite.1
index 16a5e04..6f3a9c7 100644
--- a/vite.1
+++ b/vite.1
@@ -42,7 +42,7 @@ _a\fB=\fPX\fB=============\fPv\fB:\fP|||||i\fB:\fPlvvn\fB=\fPXn\fB_\fP,
!3`
.br
.SH NAME
-vite \- a visual trace explorer
+vite, vite\-vbo \- a visual trace explorer
.SH SYNOPSIS
.B vite
.br
@@ -50,6 +50,16 @@ vite \- a visual trace explorer
.br
.B vite
.B [\-f|\-a] \fIfile_path\fP
+.B [\-e \fIexport_path\fP]
+.B [\-t [\fItime_init\fP]:[\fItime_end\fP]]
+.PP
+.B vite\-vbo
+.br
+.B vite\-vbo \-h
+.br
+.
+.B vite\-vbo
+.B [\-f|\-a] \fIfile_path\fP
.B [\-e \fIexport_path\fP]
.B [\-t [\fItime_init\fP]:[\fItime_end\fP]]
.BR
@@ -57,6 +67,8 @@ vite \- a visual trace explorer
\fBViTE\fP is a visual trace explorer. It is a useful tool for profiling and debugging parallel programs (multi\(hyprocess or multi\(hycore).
.br
\fBViTE\fP reads program execution trace data from file (currently in Pajé trace format) and display it in a graphical interface. Program execution data could be a \fBstate\fP (drawn as a colored rectangle \- color depends of the kind of state), an \fBevent\fP (drawn as a green disc) or a \fBcommunication\fP between two processes (drawn as a white arrow).
+.PP
+Unlike \fBvite\fP, \fBvite\-vbo\fP uses OpenGL's feature VBO (Vertex Buffer Object), which can improve performance of rendering, but can require more GPU memory.
.SH OPTIONS
\fBViTE\fP accepts the following options:
.TP 8
|