Flat profile: Each sample counts as 0.01 seconds. % cumulative self self total time seconds seconds calls ms/call ms/call name 16.39 2.94 2.94 8680000 0.00 0.00 GeneralMatrix::gemm(char const*, ConstGeneralMatrix const&, char const*, ConstGeneralMatrix const&, double, double) 11.09 4.93 1.99 6520000 0.00 0.00 GeneralMatrix::GeneralMatrix(ConstGeneralMatrix const&) 5.96 6.00 1.07 10000 0.11 1.40 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const 5.80 7.04 1.04 _Unwind_SjLj_Register 5.35 8.00 0.96 1090000 0.00 0.00 PLUFact::multInvRight(GeneralMatrix&) const 4.85 8.87 0.87 operator new(unsigned int) 4.74 9.72 0.85 operator new[](unsigned int) 4.68 10.56 0.84 1090000 0.00 0.00 GeneralMatrix::GeneralMatrix(GeneralMatrix const&, char const*) 3.68 11.22 0.66 4340000 0.00 0.00 GeneralMatrix::multAndAdd(ConstGeneralMatrix const&, ConstGeneralMatrix const&, double) 3.46 11.84 0.62 _Unwind_SjLj_Unregister 2.84 12.35 0.51 3250000 0.00 0.00 GeneralMatrix::GeneralMatrix(GeneralMatrix const&, GeneralMatrix const&, char const*) 2.56 12.81 0.46 17390005 0.00 0.00 ConstGeneralMatrix::ConstGeneralMatrix(GeneralMatrix const&) 2.23 13.21 0.40 3250000 0.00 0.00 ConstGeneralMatrix::multVec(double, Vector&, double, ConstVector const&) const 1.95 13.56 0.35 1090000 0.00 0.00 ConstGeneralMatrix::isFinite() const 1.78 13.88 0.32 __fpclassify 1.67 14.18 0.30 16320011 0.00 0.00 Vector::~Vector() 1.67 14.48 0.30 1090000 0.00 0.00 PLUFact::PLUFact(GeneralMatrix const&) 1.67 14.78 0.30 1090000 0.00 0.00 ConstGeneralMatrix::getNormInf() const 1.62 15.07 0.29 4360001 0.00 0.00 Vector::copy(double const*, int) 1.56 15.35 0.28 11960010 0.00 0.00 GeneralMatrix::~GeneralMatrix() 1.51 15.62 0.27 1090000 0.00 0.00 PLUFact::calcDetSign() 1.34 15.86 0.24 1090000 0.00 0.00 BasicKalmanTask::calcStepLogLik(PLUFact const&, Vector const&) 1.17 16.07 0.21 2180000 0.00 0.00 PLUFact::PL_dgetrs(char const*, double*, int, int) const 1.17 16.28 0.21 1090000 0.00 0.00 PLUFact::getLogDeterminant() const 1.17 16.49 0.21 1080005 0.00 0.00 Vector::zeros() 1.11 16.69 0.20 4360000 0.00 0.00 ConstVector::getNorm1() const 1.06 16.88 0.19 1090000 0.00 0.00 GeneralMatrix::GeneralMatrix(GeneralMatrix const&, GeneralMatrix const&) 0.89 17.04 0.16 1090000 0.00 0.00 Vector::operator=(Vector const&) 0.78 17.18 0.14 1090000 0.00 0.00 ConstVector::dot(ConstVector const&) const 0.78 17.32 0.14 operator delete(void*) 0.61 17.43 0.11 1090000 0.00 0.00 Vector::dot(Vector const&) const 0.61 17.54 0.11 1090000 0.00 0.00 PLUFact::multInvLeft(Vector&) const 0.39 17.61 0.07 1090000 0.00 0.00 Vector::Vector(ConstVector const&) 0.33 17.67 0.06 1090000 0.00 0.00 ConstVector::ConstVector(ConstGeneralMatrix const&, int) 0.33 17.73 0.06 1080005 0.00 0.00 GeneralMatrix::zeros() 0.28 17.78 0.05 4360000 0.00 0.00 ConstVector::ConstVector(double const*, int, int) 0.28 17.83 0.05 operator delete[](void*) 0.17 17.86 0.03 10001 0.00 0.00 GeneralMatrix::GeneralMatrix(GeneralMatrix const&) 0.17 17.89 0.03 dgemv 0.11 17.91 0.02 malloc 0.06 17.92 0.01 20000 0.00 0.00 ConstGeneralMatrix::isZero() const 0.06 17.93 0.01 dgecon 0.06 17.94 0.01 dgetrs 0.00 17.94 0.00 10000 0.00 0.00 TSUtils::isSymDiagDominant(ConstGeneralMatrix const&) 0.00 17.94 0.00 10000 0.00 0.00 TSUtils::hasNegativeDiagonal(ConstGeneralMatrix const&) 0.00 17.94 0.00 10000 0.00 1.40 BasicKalmanTask::filter(int&, int&, int, std::vector >*) const 0.00 17.94 0.00 5 0.00 0.00 ConstGeneralMatrix::~ConstGeneralMatrix() 0.00 17.94 0.00 1 0.00 0.00 BasicKalmanTask::BasicKalmanTask(GeneralMatrix const&, GeneralMatrix const&, GeneralMatrix const&, GeneralMatrix const&, GeneralMatrix const&, GeneralMatrix const&, StateInit const&) 0.00 17.94 0.00 1 0.00 0.00 BasicKalmanTask::~BasicKalmanTask() 0.00 17.94 0.00 1 0.00 0.00 StateInit::StateInit(GeneralMatrix const&, Vector const&) 0.00 17.94 0.00 1 0.00 0.00 StateInit::~StateInit() 0.00 17.94 0.00 1 0.00 0.00 double* std::fill_n(double*, unsigned int, double const&) % the percentage of the total running time of the time program used by this function. cumulative a running sum of the number of seconds accounted seconds for by this function and those listed above it. self the number of seconds accounted for by this seconds function alone. This is the major sort for this listing. calls the number of times this function was invoked, if this function is profiled, else blank. self the average number of milliseconds spent in this ms/call function per call, if this function is profiled, else blank. total the average number of milliseconds spent in this ms/call function and its descendents per call, if this function is profiled, else blank. name the name of the function. This is the minor sort for this listing. The index shows the location of the function in the gprof listing. If the index is in parenthesis it shows where it would appear in the gprof listing if it were to be printed. Call graph (explanation follows) granularity: each sample hit covers 4 byte(s) for 0.06% of 17.94 seconds index % time self children called name [1] 77.9 0.00 13.98 main [1] 0.00 13.98 10000/10000 BasicKalmanTask::filter(int&, int&, int, std::vector >*) const [3] 0.00 0.00 1/1 StateInit::StateInit(GeneralMatrix const&, Vector const&) [46] 0.00 0.00 4/1080005 Vector::zeros() [31] 0.00 0.00 8/11960010 GeneralMatrix::~GeneralMatrix() [18] 0.00 0.00 4/1080005 GeneralMatrix::zeros() [37] 0.00 0.00 1/1 BasicKalmanTask::BasicKalmanTask(GeneralMatrix const&, GeneralMatrix const&, GeneralMatrix const&, GeneralMatrix const&, GeneralMatrix const&, GeneralMatrix const&, StateInit const&) [47] 0.00 0.00 1/1 StateInit::~StateInit() [48] 0.00 0.00 1/1 double* std::fill_n(double*, unsigned int, double const&) [56] 0.00 0.00 1/1 BasicKalmanTask::~BasicKalmanTask() [55] ----------------------------------------------- 1.07 12.91 10000/10000 BasicKalmanTask::filter(int&, int&, int, std::vector >*) const [3] [2] 77.9 1.07 12.91 10000 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [2] 0.66 1.47 4340000/4340000 GeneralMatrix::multAndAdd(ConstGeneralMatrix const&, ConstGeneralMatrix const&, double) [5] 1.99 0.00 6520000/6520000 GeneralMatrix::GeneralMatrix(ConstGeneralMatrix const&) [6] 0.96 0.99 1090000/1090000 PLUFact::multInvRight(GeneralMatrix&) const [7] 0.51 1.27 3250000/3250000 GeneralMatrix::GeneralMatrix(GeneralMatrix const&, GeneralMatrix const&, char const*) [8] 0.30 1.46 1090000/1090000 PLUFact::PLUFact(GeneralMatrix const&) [9] 0.24 0.77 1090000/1090000 BasicKalmanTask::calcStepLogLik(PLUFact const&, Vector const&) [11] 0.19 0.43 1090000/1090000 GeneralMatrix::GeneralMatrix(GeneralMatrix const&, GeneralMatrix const&) [16] 0.25 0.20 10870000/11960010 GeneralMatrix::~GeneralMatrix() [18] 0.40 0.00 3250000/3250000 ConstGeneralMatrix::multVec(double, Vector&, double, ConstVector const&) const [20] 0.21 0.00 1080000/1080005 Vector::zeros() [31] 0.17 0.00 6530000/17390005 ConstGeneralMatrix::ConstGeneralMatrix(GeneralMatrix const&) [19] 0.07 0.07 1090000/1090000 Vector::Vector(ConstVector const&) [33] 0.07 0.00 1090000/4360001 Vector::copy(double const*, int) [24] 0.06 0.00 3270000/16320011 Vector::~Vector() [23] 0.06 0.00 1090000/1090000 ConstVector::ConstVector(ConstGeneralMatrix const&, int) [36] 0.06 0.00 1080000/1080005 GeneralMatrix::zeros() [37] 0.03 0.00 10000/10001 GeneralMatrix::GeneralMatrix(GeneralMatrix const&) [40] 0.01 0.00 20000/20000 ConstGeneralMatrix::isZero() const [43] 0.00 0.00 10000/10000 TSUtils::hasNegativeDiagonal(ConstGeneralMatrix const&) [53] 0.00 0.00 10000/10000 TSUtils::isSymDiagDominant(ConstGeneralMatrix const&) [52] ----------------------------------------------- 0.00 13.98 10000/10000 main [1] [3] 77.9 0.00 13.98 10000 BasicKalmanTask::filter(int&, int&, int, std::vector >*) const [3] 1.07 12.91 10000/10000 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [2] ----------------------------------------------- 0.37 0.00 1090000/8680000 GeneralMatrix::GeneralMatrix(GeneralMatrix const&, GeneralMatrix const&) [16] 1.10 0.00 3250000/8680000 GeneralMatrix::GeneralMatrix(GeneralMatrix const&, GeneralMatrix const&, char const*) [8] 1.47 0.00 4340000/8680000 GeneralMatrix::multAndAdd(ConstGeneralMatrix const&, ConstGeneralMatrix const&, double) [5] [4] 16.4 2.94 0.00 8680000 GeneralMatrix::gemm(char const*, ConstGeneralMatrix const&, char const*, ConstGeneralMatrix const&, double, double) [4] ----------------------------------------------- 0.66 1.47 4340000/4340000 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [2] [5] 11.9 0.66 1.47 4340000 GeneralMatrix::multAndAdd(ConstGeneralMatrix const&, ConstGeneralMatrix const&, double) [5] 1.47 0.00 4340000/8680000 GeneralMatrix::gemm(char const*, ConstGeneralMatrix const&, char const*, ConstGeneralMatrix const&, double, double) [4] ----------------------------------------------- 1.99 0.00 6520000/6520000 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [2] [6] 11.1 1.99 0.00 6520000 GeneralMatrix::GeneralMatrix(ConstGeneralMatrix const&) [6] ----------------------------------------------- 0.96 0.99 1090000/1090000 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [2] [7] 10.9 0.96 0.99 1090000 PLUFact::multInvRight(GeneralMatrix&) const [7] 0.84 0.00 1090000/1090000 GeneralMatrix::GeneralMatrix(GeneralMatrix const&, char const*) [14] 0.11 0.00 1090000/2180000 PLUFact::PL_dgetrs(char const*, double*, int, int) const [29] 0.03 0.02 1090000/11960010 GeneralMatrix::~GeneralMatrix() [18] ----------------------------------------------- 0.51 1.27 3250000/3250000 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [2] [8] 9.9 0.51 1.27 3250000 GeneralMatrix::GeneralMatrix(GeneralMatrix const&, GeneralMatrix const&, char const*) [8] 1.10 0.00 3250000/8680000 GeneralMatrix::gemm(char const*, ConstGeneralMatrix const&, char const*, ConstGeneralMatrix const&, double, double) [4] 0.17 0.00 6500000/17390005 ConstGeneralMatrix::ConstGeneralMatrix(GeneralMatrix const&) [19] ----------------------------------------------- 0.30 1.46 1090000/1090000 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [2] [9] 9.8 0.30 1.46 1090000 PLUFact::PLUFact(GeneralMatrix const&) [9] 0.30 0.25 1090000/1090000 ConstGeneralMatrix::getNormInf() const [17] 0.35 0.00 1090000/1090000 ConstGeneralMatrix::isFinite() const [21] 0.27 0.00 1090000/1090000 PLUFact::calcDetSign() [25] 0.16 0.07 1090000/1090000 Vector::operator=(Vector const&) [27] 0.06 0.00 2180000/17390005 ConstGeneralMatrix::ConstGeneralMatrix(GeneralMatrix const&) [19] ----------------------------------------------- [10] 5.8 1.04 0.00 _Unwind_SjLj_Register [10] ----------------------------------------------- 0.24 0.77 1090000/1090000 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [2] [11] 5.6 0.24 0.77 1090000 BasicKalmanTask::calcStepLogLik(PLUFact const&, Vector const&) [11] 0.11 0.14 1090000/1090000 Vector::dot(Vector const&) const [26] 0.11 0.11 1090000/1090000 PLUFact::multInvLeft(Vector&) const [28] 0.21 0.00 1090000/1090000 PLUFact::getLogDeterminant() const [30] 0.07 0.00 1090000/4360001 Vector::copy(double const*, int) [24] 0.02 0.00 1090000/16320011 Vector::~Vector() [23] ----------------------------------------------- [12] 4.8 0.87 0.00 operator new(unsigned int) [12] ----------------------------------------------- [13] 4.7 0.85 0.00 operator new[](unsigned int) [13] ----------------------------------------------- 0.84 0.00 1090000/1090000 PLUFact::multInvRight(GeneralMatrix&) const [7] [14] 4.7 0.84 0.00 1090000 GeneralMatrix::GeneralMatrix(GeneralMatrix const&, char const*) [14] ----------------------------------------------- [15] 3.5 0.62 0.00 _Unwind_SjLj_Unregister [15] ----------------------------------------------- 0.19 0.43 1090000/1090000 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [2] [16] 3.4 0.19 0.43 1090000 GeneralMatrix::GeneralMatrix(GeneralMatrix const&, GeneralMatrix const&) [16] 0.37 0.00 1090000/8680000 GeneralMatrix::gemm(char const*, ConstGeneralMatrix const&, char const*, ConstGeneralMatrix const&, double, double) [4] 0.06 0.00 2180000/17390005 ConstGeneralMatrix::ConstGeneralMatrix(GeneralMatrix const&) [19] ----------------------------------------------- 0.30 0.25 1090000/1090000 PLUFact::PLUFact(GeneralMatrix const&) [9] [17] 3.1 0.30 0.25 1090000 ConstGeneralMatrix::getNormInf() const [17] 0.20 0.00 4360000/4360000 ConstVector::getNorm1() const [32] 0.05 0.00 4360000/4360000 ConstVector::ConstVector(double const*, int, int) [38] ----------------------------------------------- 0.00 0.00 2/11960010 StateInit::~StateInit() [48] 0.00 0.00 8/11960010 main [1] 0.03 0.02 1090000/11960010 PLUFact::multInvRight(GeneralMatrix&) const [7] 0.25 0.20 10870000/11960010 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [2] [18] 2.8 0.28 0.22 11960010 GeneralMatrix::~GeneralMatrix() [18] 0.22 0.00 11960010/16320011 Vector::~Vector() [23] ----------------------------------------------- 0.00 0.00 5/17390005 BasicKalmanTask::BasicKalmanTask(GeneralMatrix const&, GeneralMatrix const&, GeneralMatrix const&, GeneralMatrix const&, GeneralMatrix const&, GeneralMatrix const&, StateInit const&) [47] 0.06 0.00 2180000/17390005 GeneralMatrix::GeneralMatrix(GeneralMatrix const&, GeneralMatrix const&) [16] 0.06 0.00 2180000/17390005 PLUFact::PLUFact(GeneralMatrix const&) [9] 0.17 0.00 6500000/17390005 GeneralMatrix::GeneralMatrix(GeneralMatrix const&, GeneralMatrix const&, char const*) [8] 0.17 0.00 6530000/17390005 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [2] [19] 2.6 0.46 0.00 17390005 ConstGeneralMatrix::ConstGeneralMatrix(GeneralMatrix const&) [19] ----------------------------------------------- 0.40 0.00 3250000/3250000 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [2] [20] 2.2 0.40 0.00 3250000 ConstGeneralMatrix::multVec(double, Vector&, double, ConstVector const&) const [20] ----------------------------------------------- 0.35 0.00 1090000/1090000 PLUFact::PLUFact(GeneralMatrix const&) [9] [21] 2.0 0.35 0.00 1090000 ConstGeneralMatrix::isFinite() const [21] ----------------------------------------------- [22] 1.8 0.32 0.00 __fpclassify [22] ----------------------------------------------- 0.00 0.00 1/16320011 StateInit::~StateInit() [48] 0.02 0.00 1090000/16320011 BasicKalmanTask::calcStepLogLik(PLUFact const&, Vector const&) [11] 0.06 0.00 3270000/16320011 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [2] 0.22 0.00 11960010/16320011 GeneralMatrix::~GeneralMatrix() [18] [23] 1.7 0.30 0.00 16320011 Vector::~Vector() [23] ----------------------------------------------- 0.00 0.00 1/4360001 StateInit::StateInit(GeneralMatrix const&, Vector const&) [46] 0.07 0.00 1090000/4360001 Vector::operator=(Vector const&) [27] 0.07 0.00 1090000/4360001 Vector::Vector(ConstVector const&) [33] 0.07 0.00 1090000/4360001 BasicKalmanTask::calcStepLogLik(PLUFact const&, Vector const&) [11] 0.07 0.00 1090000/4360001 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [2] [24] 1.6 0.29 0.00 4360001 Vector::copy(double const*, int) [24] ----------------------------------------------- 0.27 0.00 1090000/1090000 PLUFact::PLUFact(GeneralMatrix const&) [9] [25] 1.5 0.27 0.00 1090000 PLUFact::calcDetSign() [25] ----------------------------------------------- 0.11 0.14 1090000/1090000 BasicKalmanTask::calcStepLogLik(PLUFact const&, Vector const&) [11] [26] 1.4 0.11 0.14 1090000 Vector::dot(Vector const&) const [26] 0.14 0.00 1090000/1090000 ConstVector::dot(ConstVector const&) const [34] ----------------------------------------------- 0.16 0.07 1090000/1090000 PLUFact::PLUFact(GeneralMatrix const&) [9] [27] 1.3 0.16 0.07 1090000 Vector::operator=(Vector const&) [27] 0.07 0.00 1090000/4360001 Vector::copy(double const*, int) [24] ----------------------------------------------- 0.11 0.11 1090000/1090000 BasicKalmanTask::calcStepLogLik(PLUFact const&, Vector const&) [11] [28] 1.2 0.11 0.11 1090000 PLUFact::multInvLeft(Vector&) const [28] 0.11 0.00 1090000/2180000 PLUFact::PL_dgetrs(char const*, double*, int, int) const [29] ----------------------------------------------- 0.11 0.00 1090000/2180000 PLUFact::multInvRight(GeneralMatrix&) const [7] 0.11 0.00 1090000/2180000 PLUFact::multInvLeft(Vector&) const [28] [29] 1.2 0.21 0.00 2180000 PLUFact::PL_dgetrs(char const*, double*, int, int) const [29] ----------------------------------------------- 0.21 0.00 1090000/1090000 BasicKalmanTask::calcStepLogLik(PLUFact const&, Vector const&) [11] [30] 1.2 0.21 0.00 1090000 PLUFact::getLogDeterminant() const [30] ----------------------------------------------- 0.00 0.00 1/1080005 StateInit::StateInit(GeneralMatrix const&, Vector const&) [46] 0.00 0.00 4/1080005 main [1] 0.21 0.00 1080000/1080005 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [2] [31] 1.2 0.21 0.00 1080005 Vector::zeros() [31] ----------------------------------------------- 0.20 0.00 4360000/4360000 ConstGeneralMatrix::getNormInf() const [17] [32] 1.1 0.20 0.00 4360000 ConstVector::getNorm1() const [32] ----------------------------------------------- 0.07 0.07 1090000/1090000 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [2] [33] 0.8 0.07 0.07 1090000 Vector::Vector(ConstVector const&) [33] 0.07 0.00 1090000/4360001 Vector::copy(double const*, int) [24] ----------------------------------------------- 0.14 0.00 1090000/1090000 Vector::dot(Vector const&) const [26] [34] 0.8 0.14 0.00 1090000 ConstVector::dot(ConstVector const&) const [34] ----------------------------------------------- [35] 0.8 0.14 0.00 operator delete(void*) [35] ----------------------------------------------- 0.06 0.00 1090000/1090000 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [2] [36] 0.3 0.06 0.00 1090000 ConstVector::ConstVector(ConstGeneralMatrix const&, int) [36] ----------------------------------------------- 0.00 0.00 1/1080005 StateInit::StateInit(GeneralMatrix const&, Vector const&) [46] 0.00 0.00 4/1080005 main [1] 0.06 0.00 1080000/1080005 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [2] [37] 0.3 0.06 0.00 1080005 GeneralMatrix::zeros() [37] ----------------------------------------------- 0.05 0.00 4360000/4360000 ConstGeneralMatrix::getNormInf() const [17] [38] 0.3 0.05 0.00 4360000 ConstVector::ConstVector(double const*, int, int) [38] ----------------------------------------------- [39] 0.3 0.05 0.00 operator delete[](void*) [39] ----------------------------------------------- 0.00 0.00 1/10001 StateInit::StateInit(GeneralMatrix const&, Vector const&) [46] 0.03 0.00 10000/10001 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [2] [40] 0.2 0.03 0.00 10001 GeneralMatrix::GeneralMatrix(GeneralMatrix const&) [40] ----------------------------------------------- [41] 0.2 0.03 0.00 dgemv [41] ----------------------------------------------- [42] 0.1 0.02 0.00 malloc [42] ----------------------------------------------- 0.01 0.00 20000/20000 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [2] [43] 0.1 0.01 0.00 20000 ConstGeneralMatrix::isZero() const [43] ----------------------------------------------- [44] 0.1 0.01 0.00 dgecon [44] ----------------------------------------------- [45] 0.1 0.01 0.00 dgetrs [45] ----------------------------------------------- 0.00 0.00 1/1 main [1] [46] 0.0 0.00 0.00 1 StateInit::StateInit(GeneralMatrix const&, Vector const&) [46] 0.00 0.00 1/10001 GeneralMatrix::GeneralMatrix(GeneralMatrix const&) [40] 0.00 0.00 1/1080005 Vector::zeros() [31] 0.00 0.00 1/4360001 Vector::copy(double const*, int) [24] 0.00 0.00 1/1080005 GeneralMatrix::zeros() [37] ----------------------------------------------- 0.00 0.00 1/1 main [1] [47] 0.0 0.00 0.00 1 BasicKalmanTask::BasicKalmanTask(GeneralMatrix const&, GeneralMatrix const&, GeneralMatrix const&, GeneralMatrix const&, GeneralMatrix const&, GeneralMatrix const&, StateInit const&) [47] 0.00 0.00 5/17390005 ConstGeneralMatrix::ConstGeneralMatrix(GeneralMatrix const&) [19] ----------------------------------------------- 0.00 0.00 1/1 main [1] [48] 0.0 0.00 0.00 1 StateInit::~StateInit() [48] 0.00 0.00 2/11960010 GeneralMatrix::~GeneralMatrix() [18] 0.00 0.00 1/16320011 Vector::~Vector() [23] ----------------------------------------------- 0.00 0.00 10000/10000 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [2] [52] 0.0 0.00 0.00 10000 TSUtils::isSymDiagDominant(ConstGeneralMatrix const&) [52] ----------------------------------------------- 0.00 0.00 10000/10000 BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [2] [53] 0.0 0.00 0.00 10000 TSUtils::hasNegativeDiagonal(ConstGeneralMatrix const&) [53] ----------------------------------------------- 0.00 0.00 5/5 BasicKalmanTask::~BasicKalmanTask() [55] [54] 0.0 0.00 0.00 5 ConstGeneralMatrix::~ConstGeneralMatrix() [54] ----------------------------------------------- 0.00 0.00 1/1 main [1] [55] 0.0 0.00 0.00 1 BasicKalmanTask::~BasicKalmanTask() [55] 0.00 0.00 5/5 ConstGeneralMatrix::~ConstGeneralMatrix() [54] ----------------------------------------------- 0.00 0.00 1/1 main [1] [56] 0.0 0.00 0.00 1 double* std::fill_n(double*, unsigned int, double const&) [56] ----------------------------------------------- This table describes the call tree of the program, and was sorted by the total amount of time spent in each function and its children. Each entry in this table consists of several lines. The line with the index number at the left hand margin lists the current function. The lines above it list the functions that called this function, and the lines below it list the functions this one called. This line lists: index A unique number given to each element of the table. Index numbers are sorted numerically. The index number is printed next to every function name so it is easier to look up where the function in the table. % time This is the percentage of the `total' time that was spent in this function and its children. Note that due to different viewpoints, functions excluded by options, etc, these numbers will NOT add up to 100%. self This is the total amount of time spent in this function. children This is the total amount of time propagated into this function by its children. called This is the number of times the function was called. If the function called itself recursively, the number only includes non-recursive calls, and is followed by a `+' and the number of recursive calls. name The name of the current function. The index number is printed after it. If the function is a member of a cycle, the cycle number is printed between the function's name and the index number. For the function's parents, the fields have the following meanings: self This is the amount of time that was propagated directly from the function into this parent. children This is the amount of time that was propagated from the function's children into this parent. called This is the number of times this parent called the function `/' the total number of times the function was called. Recursive calls to the function are not included in the number after the `/'. name This is the name of the parent. The parent's index number is printed after it. If the parent is a member of a cycle, the cycle number is printed between the name and the index number. If the parents of the function cannot be determined, the word `' is printed in the `name' field, and all the other fields are blank. For the function's children, the fields have the following meanings: self This is the amount of time that was propagated directly from the child into the function. children This is the amount of time that was propagated from the child's children to the function. called This is the number of times the function called this child `/' the total number of times the child was called. Recursive calls by the child are not listed in the number after the `/'. name This is the name of the child. The child's index number is printed after it. If the child is a member of a cycle, the cycle number is printed between the name and the index number. If there are any cycles (circles) in the call graph, there is an entry for the cycle-as-a-whole. This entry shows who called the cycle (as parents) and the members of the cycle (as children.) The `+' recursive calls entry shows the number of function calls that were internal to the cycle, and the calls entry for each member shows, for that member, how many times it was called from other members of the cycle. Index by function name [10] _Unwind_SjLj_Register [24] Vector::copy(double const*, int) [21] ConstGeneralMatrix::isFinite() const [15] _Unwind_SjLj_Unregister [31] Vector::zeros() [26] Vector::dot(Vector const&) const [38] ConstVector::ConstVector(double const*, int, int) [33] Vector::Vector(ConstVector const&) [28] PLUFact::multInvLeft(Vector&) const [36] ConstVector::ConstVector(ConstGeneralMatrix const&, int) [23] Vector::~Vector() [7] PLUFact::multInvRight(GeneralMatrix&) const [5] GeneralMatrix::multAndAdd(ConstGeneralMatrix const&, ConstGeneralMatrix const&, double) [27] Vector::operator=(Vector const&) [30] PLUFact::getLogDeterminant() const [4] GeneralMatrix::gemm(char const*, ConstGeneralMatrix const&, char const*, ConstGeneralMatrix const&, double, double) [25] PLUFact::calcDetSign() [29] PLUFact::PL_dgetrs(char const*, double*, int, int) const [37] GeneralMatrix::zeros() [9] PLUFact::PLUFact(GeneralMatrix const&) [56] double* std::fill_n(double*, unsigned int, double const&) [6] GeneralMatrix::GeneralMatrix(ConstGeneralMatrix const&) [52] TSUtils::isSymDiagDominant(ConstGeneralMatrix const&) [39] operator delete[](void*) [40] GeneralMatrix::GeneralMatrix(GeneralMatrix const&) [53] TSUtils::hasNegativeDiagonal(ConstGeneralMatrix const&) [35] operator delete(void*) [14] GeneralMatrix::GeneralMatrix(GeneralMatrix const&, char const*) [46] StateInit::StateInit(GeneralMatrix const&, Vector const&) [13] operator new[](unsigned int) [16] GeneralMatrix::GeneralMatrix(GeneralMatrix const&, GeneralMatrix const&) [48] StateInit::~StateInit() [12] operator new(unsigned int) [8] GeneralMatrix::GeneralMatrix(GeneralMatrix const&, GeneralMatrix const&, char const*) [34] ConstVector::dot(ConstVector const&) const [22] __fpclassify [18] GeneralMatrix::~GeneralMatrix() [32] ConstVector::getNorm1() const [44] dgecon [11] BasicKalmanTask::calcStepLogLik(PLUFact const&, Vector const&) [2] BasicKalmanTask::filterNonDiffuse(Vector const&, GeneralMatrix const&, int, std::vector >*) const [41] dgemv [47] BasicKalmanTask::BasicKalmanTask(GeneralMatrix const&, GeneralMatrix const&, GeneralMatrix const&, GeneralMatrix const&, GeneralMatrix const&, GeneralMatrix const&, StateInit const&) [3] BasicKalmanTask::filter(int&, int&, int, std::vector >*) const [45] dgetrs [55] BasicKalmanTask::~BasicKalmanTask() [17] ConstGeneralMatrix::getNormInf() const [42] malloc [19] ConstGeneralMatrix::ConstGeneralMatrix(GeneralMatrix const&) [43] ConstGeneralMatrix::isZero() const [54] ConstGeneralMatrix::~ConstGeneralMatrix() [20] ConstGeneralMatrix::multVec(double, Vector&, double, ConstVector const&) const