[root]/Core/Util
Timers
(1 files, 398 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 92 (100.0%) | 2393 (100.0%) | 26.0 |
allen | 17 (18.5%) | 2351 (98.2%) | 138.2 |
harman | 75 (81.5%) | 42 (1.8%) | 0.5 |
updates to support Apple machines
0 lines of code changed in 2 files:
cleaned up the formatting of stats and minor cleanup of the enums for clarity
0 lines of code changed in 2 files:
expanded the infomapper to output files
299 lines of code changed in 1 file:
added per rank VisIt/libsim/visit_libsim_database.cctask mapping
4 lines of code changed in 1 file:
Forgot to removes test code and fixed incorrect def
1 lines of code changed in 1 file:
Forgot to removes tabs
4 lines of code changed in 1 file:
New utility for system calls via pipes
186 lines of code changed in 4 files:
added the ability to calculate the sum for vector and mapped info mappers
105 lines of code changed in 1 file:
StringUtil:
- Added methods string_to_IntVector(), string_to_Vector() and string_to_Point()
BoundCondReader:
- Added method isPtOnFace() which tests if a Point is on one of the domain faces.
- createBoundaryConditonFace()
Minor formatting.
Using isPtOnFace() throughout the method.
Replaced code used to convert ups string into double, Vector and Point with
std::stod()
string_to_IntVector(),
string_to_Vector(),
string_to_Point()
User can now specify a point on a boundary condition with
"x y z" or "x, y, z"
** This commit should not change the answers. **
0 lines of code changed in 4 files:
added a mapped info mapper and additional stats
1156 lines of code changed in 1 file:
XMLUtils:
- formatting
ProblemSpec:
- getParent()
Return a parent xmlNode if the content is not null
- print()
print the first child of the node.
5 lines of code changed in 2 files:
Updated Copyright date
37 lines of code changed in 69 files:
white space clean up
6 lines of code changed in 1 file:
clean up of the reporting of stats
30 lines of code changed in 1 file:
added a vector mapper to collect stats for a collection (such as for threads) all an individual rank
560 lines of code changed in 1 file: