Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.952 | expression_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 62 | GlobalPointerAnalysis.cpp |
2 | 1 | 63 | GlobalPointerAnalysis.cpp |
| ||||
std::cout << " Kernel CPU Time: " << std::fixed << std::setprecision(6) << static_cast<double>(kernel_hundreds_of_nannoseconds) /(double)(10 *1000 *1000) <<"s" <<std::endl; |
| ||||
std::cout << " User CPU Time: " << std::fixed << std::setprecision(6) << static_cast<double>(user_hundreds_of_nannoseconds) /(double)(10 *1000 *1000) <<"s" <<std::endl; |
| |||
std::cout << [[#variablea94ebc0]] << std::fixed << std::setprecision(6) << static_cast<double>([[#variablea94eb40]]) / (double)(10 * 1000 * 1000) << "s" << std::endl; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a94ebc0]] | " Kernel CPU Time: " |
1 | 2 | [[#a94ebc0]] | " User CPU Time: " |
2 | 1 | [[#a94eb40]] | kernel_hundreds_of_nannoseconds |
2 | 2 | [[#a94eb40]] | user_hundreds_of_nannoseconds |