Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mullvad Browser
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
Service Desk
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
The Tor Project
Applications
Mullvad Browser
Commits
971197c9
Commit
971197c9
authored
9 years ago
by
Jacek Caban
Browse files
Options
Downloads
Patches
Plain Diff
Bug 1176731 - Don't mark static inline functions as MFBT_API in TimeStamp.h. r=Waldo
parent
c14fa3ae
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mozglue/misc/TimeStamp.h
+2
-2
2 additions, 2 deletions
mozglue/misc/TimeStamp.h
with
2 additions
and
2 deletions
mozglue/misc/TimeStamp.h
+
2
−
2
View file @
971197c9
...
...
@@ -426,8 +426,8 @@ public:
* lower precision, usually 15.6 ms, but with very good performance benefit.
* Use it for measurements of longer times, like >200ms timeouts.
*/
static
MFBT_API
TimeStamp
Now
()
{
return
Now
(
true
);
}
static
MFBT_API
TimeStamp
NowLoRes
()
{
return
Now
(
false
);
}
static
TimeStamp
Now
()
{
return
Now
(
true
);
}
static
TimeStamp
NowLoRes
()
{
return
Now
(
false
);
}
/**
* Return a timestamp representing the time when the current process was
...
...
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