File: vite-vbo-in-man.patch

package info (click to toggle)
vite 1.4-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,112 kB
  • sloc: cpp: 30,167; makefile: 467; sh: 233; python: 140; ansic: 67
file content (44 lines) | stat: -rw-r--r-- 1,640 bytes parent folder | download | duplicates (3)
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