Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kaldi-commonvoice
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
Container Registry
Model registry
Operate
Environments
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
Simon Will
kaldi-commonvoice
Commits
9bf0b6d8
Commit
9bf0b6d8
authored
6 years ago
by
huangruizhe
Committed by
Daniel Povey
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[src] Fix Windows build problem (timer.h) (#2888)
parent
4b149672
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/base/timer.h
+3
-3
3 additions, 3 deletions
src/base/timer.h
with
3 additions
and
3 deletions
src/base/timer.h
+
3
−
3
View file @
9bf0b6d8
...
...
@@ -53,7 +53,7 @@ class Timer {
private
:
LARGE_INTEGER
time_start_
;
};
}
#else
#include
<sys/time.h>
...
...
@@ -88,6 +88,8 @@ class Timer {
struct
timezone
time_zone_
;
};
#endif
class
Profiler
{
public:
// Caution: the 'const char' should always be a string constant; for speed,
...
...
@@ -109,7 +111,5 @@ class Profiler {
}
// namespace kaldi
#endif
#endif // KALDI_BASE_TIMER_H_
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