ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/mdProfile.cpp
(Generate patch)

Comparing trunk/OOPSE/libmdtools/mdProfile.cpp (file contents):
Revision 891 by mmeineke, Fri Dec 19 20:36:35 2003 UTC vs.
Revision 892 by chuckv, Mon Dec 22 21:27:04 2003 UTC

# Line 58 | Line 58 | void initProfile( void ){
58   #endif //is_mpi
59    }
60  
61 <  strncpy( theNames[pro1].myName, "BASS Parse", MAX_PROFILE_NAMELENGTH );
62 <  strncpy( theNames[pro2].myName, "SimSetup->CreateSim", MAX_PROFILE_NAMELENGTH );
63 <  strncpy( theNames[pro3].myName, "Integrate the Sim", MAX_PROFILE_NAMELENGTH );
64 <  strncpy( theNames[pro4].myName, "unamed4", MAX_PROFILE_NAMELENGTH );
65 <  strncpy( theNames[pro5].myName, "unamed5", MAX_PROFILE_NAMELENGTH );
66 <  strncpy( theNames[pro6].myName, "unamed6", MAX_PROFILE_NAMELENGTH );
67 <  strncpy( theNames[pro7].myName, "unamed7", MAX_PROFILE_NAMELENGTH );
68 <  strncpy( theNames[pro8].myName, "unamed8", MAX_PROFILE_NAMELENGTH );
61 >  strncpy( theNames[pro1].myName, "Integrator->integrateStep()", MAX_PROFILE_NAMELENGTH );
62 >  strncpy( theNames[pro2].myName, "Integrator->writes and stats", MAX_PROFILE_NAMELENGTH );
63 >  strncpy( theNames[pro3].myName, "Integrator->preMove", MAX_PROFILE_NAMELENGTH );
64 >  strncpy( theNames[pro4].myName, "Integrator->moveA", MAX_PROFILE_NAMELENGTH );
65 >  strncpy( theNames[pro5].myName, "Integrator->CalcForce", MAX_PROFILE_NAMELENGTH );
66 >  strncpy( theNames[pro6].myName, "Integrator->moveB", MAX_PROFILE_NAMELENGTH );
67 >  strncpy( theNames[pro7].myName, "shortRange force calc", MAX_PROFILE_NAMELENGTH );
68 >  strncpy( theNames[pro8].myName, "fortran force calc", MAX_PROFILE_NAMELENGTH );
69   }
70  
71  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines