Filename | /usr/local/lib/perl/5.14.2/MongoDB/Timestamp.pm |
Statements | Executed 7 statements in 66µs |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
1 | 1 | 1 | 13µs | 3.69ms | BEGIN@26 | MongoDB::Timestamp::
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 | |||||
17 | package MongoDB::Timestamp; | ||||
18 | { | ||||
19 | 2 | 900ns | $MongoDB::Timestamp::VERSION = '0.702.2'; | ||
20 | } | ||||
21 | |||||
22 | |||||
23 | # ABSTRACT: Replication timestamp | ||||
24 | |||||
25 | |||||
26 | 2 | 57µs | 2 | 7.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 # 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 | |||||
29 | 1 | 2µs | 1 | 1.58ms | has sec => ( # spent 1.58ms making 1 call to Moose::has |
30 | is => 'ro', | ||||
31 | isa => 'Int', | ||||
32 | required => 1, | ||||
33 | ); | ||||
34 | |||||
35 | |||||
36 | 1 | 2µs | 1 | 1.46ms | has inc => ( # spent 1.46ms making 1 call to Moose::has |
37 | is => 'ro', | ||||
38 | isa => 'Int', | ||||
39 | required => 1, | ||||
40 | ); | ||||
41 | |||||
42 | 1 | 5µs | 1; | ||
43 | |||||
44 | __END__ |