Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 4 | 2 | 0.987 | file_input_element_list[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 37 | Scripts/Performance/biocorba_performance_client.py |
2 | 6 | 79 | Scripts/Performance/biocorba_performance_client.py |
3 | 6 | 20 | Scripts/Performance/biosql_performance_read.py |
4 | 6 | 40 | Scripts/Performance/biosql_performance_read.py |
| ||||
end_time = time.time( ) num_records = len(test_ids) elapsed_time = end_time-start_time print "Sequence" print """\tDid %s records in %s seconds for \t%f records per second"""%(num_records,elapsed_time,float(num_records)/float(elapsed_time)) |
| ||||
end_time = time.time( ) num_records = len(test_ids) elapsed_time = end_time-start_time print "Full" print """\tDid %s records in %s seconds for \t%f records per second"""%(num_records,elapsed_time,float(num_records)/float(elapsed_time)) |
| ||||
end_time = time.time( ) num_records = len(all_records) elapsed_time = end_time-start_time print "Fasta" print """\tDid %s records in %s seconds for \t%f records per second"""%(num_records,elapsed_time,float(num_records)/float(elapsed_time)) |
| ||||
end_time = time.time( ) num_records = len(all_records) elapsed_time = end_time-start_time print "EMBL" print """\tDid %s records in %s seconds for \t%f records per second"""%(num_records,elapsed_time,float(num_records)/float(elapsed_time)) |
| |||
end_time = time.time( ) num_records = len( [[#variable71b45d20]]) elapsed_time = end_time-start_time print [[#variable753ce5a0]] print """\tDid %s records in %s seconds for \t%f records per second"""%(num_records,elapsed_time,float(num_records)/float(elapsed_time)) |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#71b45d20]] | test_ids |
1 | 2 | [[#71b45d20]] | test_ids |
1 | 3 | [[#71b45d20]] | all_records |
1 | 4 | [[#71b45d20]] | all_records |
2 | 1 | [[#753ce5a0]] | "Full" |
2 | 2 | [[#753ce5a0]] | "Sequence" |
2 | 3 | [[#753ce5a0]] | "EMBL" |
2 | 4 | [[#753ce5a0]] | "Fasta" |