← Index
NYTProf Performance Profile   « block view • line view • sub view »
For mentat.storage.mongo.pl
  Run on Tue Jun 24 09:58:41 2014
Reported on Tue Jun 24 09:59:14 2014

Filename/usr/local/lib/perl/5.14.2/MongoDB/Timestamp.pm
StatementsExecuted 7 statements in 66µs
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
11113µs3.69msMongoDB::Timestamp::::BEGIN@26MongoDB::Timestamp::BEGIN@26
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1#
2# Copyright 2009-2013 MongoDB, Inc.
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17package MongoDB::Timestamp;
18{
192900ns $MongoDB::Timestamp::VERSION = '0.702.2';
20}
21
22
23# ABSTRACT: Replication timestamp
24
25
26257µs27.37ms
# spent 3.69ms (13µs+3.68) within MongoDB::Timestamp::BEGIN@26 which was called: # once (13µs+3.68ms) by MongoDB::MongoClient::BEGIN@2.14 at line 26
use Moose;
# spent 3.69ms making 1 call to MongoDB::Timestamp::BEGIN@26 # spent 3.68ms making 1 call to Moose::Exporter::__ANON__[Moose/Exporter.pm:519]
27
28
2912µs11.58mshas sec => (
# spent 1.58ms making 1 call to Moose::has
30 is => 'ro',
31 isa => 'Int',
32 required => 1,
33);
34
35
3612µs11.46mshas inc => (
# spent 1.46ms making 1 call to Moose::has
37 is => 'ro',
38 isa => 'Int',
39 required => 1,
40);
41
4215µs1;
43
44__END__