Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tg
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
tg
Commits
af874930
Commit
af874930
authored
Oct 01, 2015
by
V V
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added time to debug output. updated tgl
parent
598b4414
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
interface.c
interface.c
+5
-0
tgl
tgl
+1
-1
No files found.
interface.c
View file @
af874930
...
@@ -3495,6 +3495,11 @@ void logprintf (const char *format, ...) {
...
@@ -3495,6 +3495,11 @@ void logprintf (const char *format, ...) {
printf
(
COLOR_GREY
);
printf
(
COLOR_GREY
);
}
}
printf
(
" *** "
);
printf
(
" *** "
);
double
T
=
tglt_get_double_time
();
printf
(
"%.6lf "
,
T
);
va_list
ap
;
va_list
ap
;
va_start
(
ap
,
format
);
va_start
(
ap
,
format
);
vfprintf
(
stdout
,
format
,
ap
);
vfprintf
(
stdout
,
format
,
ap
);
...
...
tgl
@
a5e0705b
Subproject commit
b16c44c727f1eec561c2c69eb7373b72ee08a52d
Subproject commit
a5e0705ba59a5ee2ee1c801e5c3ea7a74ca30afc
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment