From 8305f65897779db37129bf72c79ca4a66262a4f7 Mon Sep 17 00:00:00 2001 From: Registrator Date: Sat, 6 Jul 2019 01:27:09 +0530 Subject: [PATCH] New package: PProf v0.1.0 (#1822) UUID: e4faabce-9ead-11e9-39d9-4379958e3056 Repo: https://github.com/vchuravy/PProf.jl.git Tree: 5a9f959dd87fd45ce89af0b830db4a2e477c71d0 Registrator tree SHA: 3358484330f361397979cc5f65a9354333511e25 --- P/PProf/Compat.toml | 2 ++ P/PProf/Deps.toml | 4 ++++ P/PProf/Package.toml | 3 +++ P/PProf/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 12 insertions(+) create mode 100644 P/PProf/Compat.toml create mode 100644 P/PProf/Deps.toml create mode 100644 P/PProf/Package.toml create mode 100644 P/PProf/Versions.toml diff --git a/P/PProf/Compat.toml b/P/PProf/Compat.toml new file mode 100644 index 000000000000000..a1b267407790595 --- /dev/null +++ b/P/PProf/Compat.toml @@ -0,0 +1,2 @@ +[0] +julia = "1" diff --git a/P/PProf/Deps.toml b/P/PProf/Deps.toml new file mode 100644 index 000000000000000..00075b51a7f56b0 --- /dev/null +++ b/P/PProf/Deps.toml @@ -0,0 +1,4 @@ +[0] +OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" +Profile = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79" +ProtoBuf = "3349acd9-ac6a-5e09-bcdb-63829b23a429" diff --git a/P/PProf/Package.toml b/P/PProf/Package.toml new file mode 100644 index 000000000000000..c1f9a96a6b3bd69 --- /dev/null +++ b/P/PProf/Package.toml @@ -0,0 +1,3 @@ +name = "PProf" +uuid = "e4faabce-9ead-11e9-39d9-4379958e3056" +repo = "https://github.com/vchuravy/PProf.jl.git" diff --git a/P/PProf/Versions.toml b/P/PProf/Versions.toml new file mode 100644 index 000000000000000..b9bb39a979c1d7a --- /dev/null +++ b/P/PProf/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "5a9f959dd87fd45ce89af0b830db4a2e477c71d0" diff --git a/Registry.toml b/Registry.toml index de281a1ddb5e855..e7cd46c8d2d53ee 100644 --- a/Registry.toml +++ b/Registry.toml @@ -2587,6 +2587,7 @@ e4b2104d-9c17-5378-9b07-7788b8262d80 = { name = "Distance", path = "D/Distance" e4b2fa32-6e09-5554-b718-106ed5adafe9 = { name = "GaussianRandomFields", path = "G/GaussianRandomFields" } e4bdf1c5-016b-5777-90bb-39e5992355c2 = { name = "MultiNest", path = "M/MultiNest" } e4e893b0-ee5e-52ea-8111-44b3bdec128c = { name = "Mimi", path = "M/Mimi" } +e4faabce-9ead-11e9-39d9-4379958e3056 = { name = "PProf", path = "P/PProf" } e525b322-f4d5-5e8a-9e4c-f31b6ef474ca = { name = "PyRhodium", path = "P/PyRhodium" } e54cec92-43bc-5b69-a0ba-12a83b9121d9 = { name = "GroupedErrors", path = "G/GroupedErrors" } e5719326-7e34-5a7d-b19a-3e86f2e9acf7 = { name = "TriangleMesh", path = "T/TriangleMesh" }