Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
c944625f
Commit
c944625f
authored
Apr 17, 2013
by
John Esmet
Committed by
Yoni Fogel
Apr 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refs #5918 derp
git-svn-id:
file:///svn/toku/tokudb@52335
c7de825b-a66e-492c-adef-691d508d4ae1
parent
bde258f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
ft/ft-ops.cc
ft/ft-ops.cc
+0
-10
No files found.
ft/ft-ops.cc
View file @
c944625f
...
...
@@ -1241,11 +1241,6 @@ void toku_ft_status_update_serialize_times(FTNODE node, tokutime_t serialize_tim
STATUS_INC
(
FT_NONLEAF_SERIALIZE_TOKUTIME
,
serialize_time
);
STATUS_INC
(
FT_NONLEAF_COMPRESS_TOKUTIME
,
compress_time
);
}
static
int
calls
;
if
(
calls
++
%
10000
)
{
printf
(
"height %d serialize %lf
\n
"
,
node
->
height
,
tokutime_to_seconds
(
serialize_time
));
printf
(
"height %d compress %lf
\n
"
,
node
->
height
,
tokutime_to_seconds
(
compress_time
));
}
}
void
toku_ft_status_update_deserialize_times
(
FTNODE
node
,
tokutime_t
deserialize_time
,
tokutime_t
decompress_time
)
{
...
...
@@ -1256,11 +1251,6 @@ void toku_ft_status_update_deserialize_times(FTNODE node, tokutime_t deserialize
STATUS_INC
(
FT_NONLEAF_DESERIALIZE_TOKUTIME
,
deserialize_time
);
STATUS_INC
(
FT_NONLEAF_DECOMPRESS_TOKUTIME
,
decompress_time
);
}
static
int
calls
;
if
(
calls
++
%
10000
)
{
printf
(
"height %d deserialize %lf
\n
"
,
node
->
height
,
tokutime_to_seconds
(
deserialize_time
));
printf
(
"height %d decompress %lf
\n
"
,
node
->
height
,
tokutime_to_seconds
(
decompress_time
));
}
}
// callback for partially reading a node
...
...
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