Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Timer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
数学の武士
Timer
Commits
54d4530c
Commit
54d4530c
authored
2 years ago
by
数学の武士
Browse files
Options
Downloads
Patches
Plain Diff
Remove &
parent
3ac15b15
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Jikan.cpp
+1
-1
1 addition, 1 deletion
Jikan.cpp
Jikan.h
+1
-1
1 addition, 1 deletion
Jikan.h
with
2 additions
and
2 deletions
Jikan.cpp
+
1
−
1
View file @
54d4530c
...
@@ -9,7 +9,7 @@ extern "C"
...
@@ -9,7 +9,7 @@ extern "C"
{
{
extern
class
Jikan
Timer
;
extern
class
Jikan
Timer
;
void
TimerStart
(
const
char
*
name
,
const
int
&
mode
)
void
TimerStart
(
const
char
*
name
,
const
int
mode
)
{
{
string
str_name
=
name
;
string
str_name
=
name
;
...
...
This diff is collapsed.
Click to expand it.
Jikan.h
+
1
−
1
View file @
54d4530c
...
@@ -31,7 +31,7 @@ enum TimerMode
...
@@ -31,7 +31,7 @@ enum TimerMode
extern
"C"
{
extern
"C"
{
#endif
#endif
void
TimerStart
(
const
char
*
name
,
const
int
&
mode_t
);
void
TimerStart
(
const
char
*
name
,
const
int
mode_t
);
void
TimerEnd
(
const
char
*
name
);
void
TimerEnd
(
const
char
*
name
);
void
WriteOutput
();
void
WriteOutput
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment